mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-23 06:56:20 +00:00
libnfc can now be compiled without pcsc-lite (but it removes acr122 device support)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user