[shibboleth-sp2] 64/119: Fix fastcgi check.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:50 UTC 2016


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

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit 70d07e7190256f87565cef4c45abf1c16190265c
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Sep 16 03:41:21 2007 +0000

    Fix fastcgi check.
---
 configure.ac | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9d5f3cc..d0788ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,10 +335,11 @@ AC_ARG_WITH(fastcgi,
 AC_MSG_RESULT($WANT_FASTCGI)
 
 if test "$WANT_FASTCGI" != "no"; then
-    AC_MSG_CHECKING(for FastCGI include files)
-    if test x_$WANT_FASTCGI != x_/usr; then
-        FASTCGI_INCLUDE="-I$WANT_FASTCGI/include"
-        FASTCGI_LDFLAGS="-L$WANT_FASTCGI/lib"
+    if test "$WANT_FASTCGI" != "yes"; then
+        if test x_$WANT_FASTCGI != x_/usr; then
+            FASTCGI_INCLUDE="-I$WANT_FASTCGI/include"
+            FASTCGI_LDFLAGS="-L$WANT_FASTCGI/lib"
+        fi
     fi
     FASTCGI_LIBS="-lfcgi -lfcgi++"
     AC_CHECK_HEADER([fcgio.h])

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



More information about the Pkg-shibboleth-devel mailing list