[Pcsclite-git-commit] [PCSC] 02/06: Check alloca(3) is available

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Apr 24 17:08:31 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 b48ff146f979cd3323845e1c19d1c1629d2ae037
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Apr 24 18:25:03 2016 +0200

    Check alloca(3) is available
    
    The code uses alloca(3) so we check in ./configure that this function is
    available.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 28d53bf..487b8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,7 @@ AC_FUNC_ERROR_AT_LINE
 AC_FUNC_STAT
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(daemon flock getopt_long nanosleep strerror vsnprintf)
+AC_FUNC_ALLOCA
 
 # C Compiler features
 AC_C_INLINE

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