fixed check for strlcpy and strlcat

This commit is contained in:
Frank Morgner
2015-05-12 19:55:42 +02:00
parent aa762e21f5
commit 7763802d96

View File

@@ -156,6 +156,7 @@ AC_CHECK_DECLS([MSG_NOSIGNAL], [], [], [#include <sys/socket.h>])
# Checks for library functions. # Checks for library functions.
AC_FUNC_MALLOC AC_FUNC_MALLOC
AC_CHECK_FUNCS([memset select socket]) AC_CHECK_FUNCS([memset select socket])
AC_CHECK_FUNCS([strlcpy strlcat], [], [], [#include <string.h>])
# Select OS specific versions of source files. # Select OS specific versions of source files.
AM_CONDITIONAL([BUILD_LIBPCSCLITE], [test "${libpcsclite}" = "yes"]) AM_CONDITIONAL([BUILD_LIBPCSCLITE], [test "${libpcsclite}" = "yes"])