https://bugs.internet2.edu/jira/browse/SSPCPP-279
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 12 Feb 2010 23:00:07 +0000 (23:00 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 12 Feb 2010 23:00:07 +0000 (23:00 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3230 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index 62df0f9..65e8d0f 100644 (file)
@@ -742,7 +742,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` $APU_CFLAGS"
+    APXS2_CFLAGS="`$APXS2 -q CPPFLAGS` `$APXS2 -q CFLAGS` $APR_CFLAGS $APU_CFLAGS"
     APXS2_INCLUDE="`$APXS2 -q INCLUDEDIR`"
 fi