From: Scott Cantor Date: Wed, 14 Nov 2007 18:52:28 +0000 (+0000) Subject: Remove unsupported apxs queries. X-Git-Tag: 1.3.1~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=8883618d3e1c2436fb3ecda90767bfc6cc8e78be Remove unsupported apxs queries. --- diff --git a/configure.ac b/configure.ac index 55d2329..1331876 100644 --- a/configure.ac +++ b/configure.ac @@ -477,7 +477,7 @@ if test "$WANT_APACHE_13" = "yes" ; then # extract settings we need from APXS -q APXS_CC="`$APXS -q CC`" - APXS_CFLAGS="`$APXS -q CPPFLAGS` `$APXS -q CFLAGS` `$APXS -q CFLAGS_SHLIB`" + APXS_CFLAGS="`$APXS -q CFLAGS` `$APXS -q CFLAGS_SHLIB`" APXS_INCLUDE="`$APXS -q INCLUDEDIR`" fi @@ -568,7 +568,7 @@ if test "$WANT_APACHE_20" = "yes" ; then # extract settings we need from APXS2 -q APXS2_CC="`$APXS2 -q CC`" - APXS2_CFLAGS="`$APXS2 -q CPPFLAGS` `$APXS2 -q CFLAGS` `$APXS2 -q CFLAGS_SHLIB` $APR_CFLAGS" + APXS2_CFLAGS="`$APXS2 -q CPPFLAGS` `$APXS2 -q CFLAGS` $APR_CFLAGS" APXS2_INCLUDE="`$APXS2 -q INCLUDEDIR`" fi @@ -659,7 +659,7 @@ if test "$WANT_APACHE_22" = "yes" ; then # extract settings we need from APXS22 -q APXS22_CC="`$APXS22 -q CC`" - APXS22_CFLAGS="`$APXS22 -q CPPFLAGS` `$APXS22 -q CFLAGS` `$APXS22 -q CFLAGS_SHLIB` $APR1_CFLAGS" + APXS22_CFLAGS="`$APXS22 -q CPPFLAGS` `$APXS22 -q CFLAGS` $APR1_CFLAGS" APXS22_INCLUDE="`$APXS22 -q INCLUDEDIR`" fi