[Pcsclite-cvs-commit] Drivers/ccid/src debug.h,1.1.1.1,1.2

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 10 Sep 2003 11:09:15 +0200


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory quantz:/tmp/cvs-serv1008

Modified Files:
	debug.h 
Log Message:
test for PACKAGE and not __CONFIG_H__ since the config.h file is not
generated by ./configure


Index: debug.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/debug.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- debug.h	12 Aug 2003 12:40:24 -0000	1.1.1.1
+++ debug.h	10 Sep 2003 09:09:12 -0000	1.2
@@ -37,7 +37,7 @@
  *
  */
  
-#ifndef __CONFIG_H__
+#ifndef PACKAGE		/* PACKAGE is defined in ../config.h by ./configure */
 #error "file config.h NOT included"
 #endif