From 4dc3c23681bd65a5ace0db4ddb34e52c09971b36 Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 14 Nov 2007 18:52:28 +0000 Subject: [PATCH] Remove unsupported apxs queries. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2612 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index bc0a2df..2649f48 100644 --- a/configure.ac +++ b/configure.ac @@ -499,7 +499,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 @@ -590,7 +590,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 @@ -681,7 +681,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 -- 2.1.4