libnfc can now be compiled without pcsc-lite (but it removes acr122 device support)
This commit is contained in:
parent
eccb9d3d3b
commit
bf5848e7a1
3 changed files with 14 additions and 10 deletions
|
|
@ -36,7 +36,7 @@ then
|
|||
fi
|
||||
AM_CONDITIONAL(PCSC_LITE_ENABLED, [test x"$enable_pcsc_lite" = xyes])
|
||||
|
||||
# --enable-debug support
|
||||
# --enable-debug support (default:no)
|
||||
AC_ARG_ENABLE([debug],AS_HELP_STRING([--enable-debug],[Debug flags]),[enable_debug=$enableval],[enable_debug="no"])
|
||||
|
||||
AC_MSG_CHECKING(for debug flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue