USB CCID/ICC implementation changes
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@@ -126,9 +126,11 @@ fi
|
||||
if test "$debug" = "yes"; then
|
||||
DEBUG_MAKE_OPTION="ENABLE_DEBUG=1"
|
||||
DEBUG_DEFINE="#define DEBUG 1"
|
||||
echo "Debug option enabled"
|
||||
else
|
||||
DEBUG_MAKE_OPTION="# ENABLE_DEBUG=1"
|
||||
DEBUG_DEFINE="#undef DEBUG"
|
||||
echo "Debug option disabled"
|
||||
fi
|
||||
|
||||
if test "$with_dfu" = "yes"; then
|
||||
|
||||
Reference in New Issue
Block a user