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

Ludovic Rousseau rousseau at alioth.debian.org
Wed Feb 28 11:58:32 CET 2007


Author: rousseau
Date: 2007-02-28 11:58:32 +0100 (Wed, 28 Feb 2007)
New Revision: 2451

Modified:
   trunk/Drivers/ccid/configure.in
Log:
check for strlcpy


Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2007-02-27 07:49:26 UTC (rev 2450)
+++ trunk/Drivers/ccid/configure.in	2007-02-28 10:58:32 UTC (rev 2451)
@@ -69,7 +69,7 @@
 AC_HEADER_TIME
 
 # Checks for library functions.
-AC_CHECK_FUNCS(select strerror strncpy memcpy)
+AC_CHECK_FUNCS(select strerror strncpy memcpy strlcpy)
 
 # Select OS specific versions of source files.
 AC_SUBST(BUNDLE_HOST)




More information about the Pcsclite-cvs-commit mailing list