[Pcsclite-cvs-commit] CVS PCSC

CVS User rousseau ludovic.rousseau@free.fr
Mon, 28 Feb 2005 01:38:58 -0700


Update of /cvsroot/pcsclite/PCSC
In directory haydn:/tmp/cvs-serv11476

Modified Files:
	configure.in 
Log Message:
remove --enable-debug since it is not used anymore (log level is no
dynamic at execution time)


--- /cvsroot/pcsclite/PCSC/configure.in	2005/02/23 14:31:55	1.67
+++ /cvsroot/pcsclite/PCSC/configure.in	2005/02/28 08:38:57	1.68
@@ -194,22 +194,6 @@
 AC_MSG_RESULT([enable USB drop directory     : $usbdropdir])
 AC_DEFINE_UNQUOTED(PCSCLITE_HP_DROPDIR, "$usbdropdir", [directory containing USB drivers])
 
-AC_ARG_ENABLE(debug,
-  AC_HELP_STRING([--enable-debug],[enable debug messages from pcscd]),
-[ case "${enableval}" in
-  yes)	
-    debug=true ;;
-  no)	
-    debug=false ;;
-  *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;;
- esac], [debug=true])
-
-AC_MSG_RESULT([enable debug messages         : $debug])
-
-if test x${debug} = xfalse ; then
-  AC_DEFINE(NO_PCSC_DEBUG, 1, [disable PCSC debug messaging.])
-fi
-
 dnl --enable-debugatr
 AC_ARG_ENABLE(debugatr,
   AC_HELP_STRING([--enable-debugatr],[enable ATR debug messages from pcscd]),