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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Dec 31 20:22:57 UTC 2014


Author: rousseau
Date: 2014-12-31 20:22:57 +0000 (Wed, 31 Dec 2014)
New Revision: 7073

Modified:
   trunk/PCSC/configure.ac
Log:
Do not check for strlcpy strlcat functions

strlcpy and strlcat are no more used in pcsc-lite.


Modified: trunk/PCSC/configure.ac
===================================================================
--- trunk/PCSC/configure.ac	2014-12-31 20:21:09 UTC (rev 7072)
+++ trunk/PCSC/configure.ac	2014-12-31 20:22:57 UTC (rev 7073)
@@ -108,9 +108,6 @@
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(daemon flock getopt_long nanosleep strerror vsnprintf)
 
-# strlcpy, strlcat from OpenBSD
-AC_CHECK_FUNCS(strlcpy strlcat)
-
 # C Compiler features
 AC_C_INLINE
 if test "$GCC" = "yes"; then




More information about the Pcsclite-cvs-commit mailing list