[Pkg-gnupg-commit] [libassuan] 333/437: 2010-11-01 Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:34:00 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit d1a697a3264b6f482449be1e23a99dcc57451864
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Mon Nov 1 16:23:05 2010 +0000

    2010-11-01  Marcus Brinkmann  <marcus.brinkmann at ruhr-uni-bochum.de>
    
    	* configure.ac: Check for fcntl.h.
---
 ChangeLog    | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f912424..2ff0b04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-01  Marcus Brinkmann  <marcus.brinkmann at ruhr-uni-bochum.de>
+
+	* configure.ac: Check for fcntl.h.
+
 2010-11-01  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: Check for sys/types.h, sys/stat.h, sys/time and
diff --git a/configure.ac b/configure.ac
index e3517e8..b1a55b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,7 +250,7 @@ AC_SUBST(LIBASSUAN_CONFIG_EXTRA_LIBS)
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([string.h locale.h sys/uio.h stdint.h inttypes.h \
-                  sys/types.h sys/stat.h unistd.h sys/time.h])
+                  sys/types.h sys/stat.h unistd.h sys/time.h fcntl.h])
 AC_TYPE_UINTPTR_T
 AC_TYPE_UINT16_T
 

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



More information about the Pkg-gnupg-commit mailing list