[pkg-opensc-commit] [libp11] 23/239: check for ltdl.h using AC_CHECK_HEADERS

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit e2f20845dc775a0ae3e453bb3cbd23de4cd95627
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon Aug 29 07:32:22 2005 +0000

    check for ltdl.h using AC_CHECK_HEADERS
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 03a3e7c..f8eafb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_LIBTOOL
 dnl Checks for header files.
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h inttypes.h string.h strings.h sys/time.h unistd.h locale.h getopt.h dlfcn.h utmp.h])
+AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h inttypes.h string.h strings.h sys/time.h unistd.h locale.h getopt.h dlfcn.h utmp.h ltdl.h])
 
 PKG_CHECK_MODULES([OPENSSL], [openssl])
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list