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

Ludovic Rousseau rousseau at costa.debian.org
Tue Aug 1 07:13:51 UTC 2006


Author: rousseau
Date: 2006-08-01 07:13:50 +0000 (Tue, 01 Aug 2006)
New Revision: 2118

Modified:
   trunk/Drivers/ccid/configure.in
Log:
Exit the ./configure script if some include files are not found

Use AC_MSG_ERROR() instead of AC_MSG_WARN()


Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2006-07-31 15:11:07 UTC (rev 2117)
+++ trunk/Drivers/ccid/configure.in	2006-08-01 07:13:50 UTC (rev 2118)
@@ -60,7 +60,7 @@
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(errno.h fcntl.h stdlib.h unistd.h termios.h string.h errno.h sys/time.h sys/types.h stdarg.h arpa/inet.h,,
-	[AC_MSG_WARN([some header files not found])])
+	[AC_MSG_ERROR([some header files not found])])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST




More information about the Pcsclite-cvs-commit mailing list