[Pcsclite-cvs-commit] r6919 - trunk/Drivers/ccid

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Jun 16 13:42:45 UTC 2014


Author: rousseau
Date: 2014-06-16 13:42:45 +0000 (Mon, 16 Jun 2014)
New Revision: 6919

Modified:
   trunk/Drivers/ccid/configure.ac
Log:
Add check for stdio.h

Some systems do not have stdio.h, like UEFI for example.


Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2014-06-13 15:57:38 UTC (rev 6918)
+++ trunk/Drivers/ccid/configure.ac	2014-06-16 13:42:45 UTC (rev 6919)
@@ -69,7 +69,7 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS(errno.h fcntl.h stdlib.h unistd.h termios.h string.h sys/time.h sys/types.h stdarg.h arpa/inet.h,,
+AC_CHECK_HEADERS(errno.h fcntl.h stdlib.h unistd.h termios.h string.h sys/time.h sys/types.h stdarg.h arpa/inet.h stdio.h,,
 	[AC_MSG_ERROR([some header files not found])])
 
 # Checks for typedefs, structures, and compiler characteristics.




More information about the Pcsclite-cvs-commit mailing list