[shibboleth-sp2] 77/119: Should fail if fcgi header not found.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:52 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 ab0703e7ad3d01b93f7970329e2b2aa73c6e2bb8
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Thu Sep 20 16:00:43 2007 +0000
Should fail if fcgi header not found.
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d0788ac..68d683f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,8 +341,9 @@ if test "$WANT_FASTCGI" != "no"; then
FASTCGI_LDFLAGS="-L$WANT_FASTCGI/lib"
fi
fi
+ AC_CHECK_HEADER([fcgio.h],,
+ AC_MSG_ERROR([unable to find FastCGI header files]))
FASTCGI_LIBS="-lfcgi -lfcgi++"
- AC_CHECK_HEADER([fcgio.h])
fi
AC_SUBST(FASTCGI_INCLUDE)
--
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