[Pcsclite-git-commit] [PCSC] 07/10: cleanup: remove unused function from configure.ac

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Aug 5 15:48:05 UTC 2016


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

rousseau pushed a commit to branch master
in repository PCSC.

commit 7084732383a7d97caf50350b4b0b95d9c22f42ee
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Aug 4 11:46:24 2016 +0200

    cleanup: remove unused function from configure.ac
    
    Some system functions presence where tested using AC_CHECK_FUNCS() but
    the functions were no more used in the code.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5fe6838..d1a8d46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ AC_STRUCT_DIRENT_D_TYPE
 AC_FUNC_ERROR_AT_LINE
 AC_FUNC_STAT
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS(daemon flock getopt_long nanosleep strerror vsnprintf)
+AC_CHECK_FUNCS(getopt_long nanosleep strerror vsnprintf)
 AC_FUNC_ALLOCA
 
 # C Compiler features

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list