[Pcsclite-cvs-commit] r2394 - trunk/PCSC

Ludovic Rousseau rousseau at alioth.debian.org
Tue Feb 13 10:19:33 CET 2007


Author: rousseau
Date: 2007-02-13 10:19:32 +0100 (Tue, 13 Feb 2007)
New Revision: 2394

Modified:
   trunk/PCSC/configure.in
Log:
only check for foo.h file when HAVE_FOO_H is really used in the code


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2007-02-10 19:45:51 UTC (rev 2393)
+++ trunk/PCSC/configure.in	2007-02-13 09:19:32 UTC (rev 2394)
@@ -86,7 +86,7 @@
 # Checks for header files
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([dirent.h dl.h dlfcn.h errno.h fcntl.h getopt.h malloc.h stdlib.h string.h strings.h sys/filio.h sys/time.h syslog.h unistd.h smartcard/scf.h])
+AC_CHECK_HEADERS([getopt.h sys/filio.h syslog.h dl.h fcntl.h ])
 
 # Checks for typedefs, structures, and compiler characteristics
 AC_C_CONST




More information about the Pcsclite-cvs-commit mailing list