[Pkg-gnupg-commit] [libassuan] 234/437: check for nanosleep

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:47 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 8381abc4d45aea398311177fb36a10b0c0abb399
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Sep 1 10:39:44 2008 +0000

    check for nanosleep
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 814523c..7feac93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,7 +210,7 @@ AM_CONDITIONAL(USE_DESCRIPTOR_PASSING, test "$use_descriptor_passing" = "yes")
 
 # Checks for library functions.
 
-AC_CHECK_FUNCS(flockfile funlockfile)
+AC_CHECK_FUNCS([flockfile funlockfile nanosleep])
 
 # Check for funopen
 AC_CHECK_FUNCS(funopen)

-- 
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