libnfc can now be compiled without pcsc-lite (but it removes acr122 device support)

This commit is contained in:
Romuald Conty 2009-06-11 11:57:36 +00:00
parent eccb9d3d3b
commit bf5848e7a1
3 changed files with 14 additions and 10 deletions

View file

@ -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)