mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-20 21:46:18 +00:00
Compile unit tests only on demand unless using --enable-debug.
This commit is contained in:
@@ -75,6 +75,7 @@ AC_ARG_ENABLE([debug],AS_HELP_STRING([--enable-debug],[Enable debug output]),[en
|
||||
|
||||
AC_MSG_CHECKING(for debug flag)
|
||||
AC_MSG_RESULT($enable_debug)
|
||||
AM_CONDITIONAL([WITH_DEBUG], [test "$enable_debug" != "no"])
|
||||
|
||||
if test x"$enable_debug" = "xyes"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user