add CFLAGS to apxs parameters, to output the correct compilation flags
authorRodrigo Moya <rodrigo@ximian.com>
Thu, 29 Mar 2001 22:31:15 +0000 (22:31 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Thu, 29 Mar 2001 22:31:15 +0000 (22:31 +0000)
2001-03-29  Rodrigo Moya <rodrigo@ximian.com>

* configure.in: add CFLAGS to apxs parameters, to output the
correct compilation flags

ChangeLog
configure.in

index 1d0bfb6..91ec225 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-29  Rodrigo Moya <rodrigo@ximian.com>
+
+       * configure.in: add CFLAGS to apxs parameters, to output the
+       correct compilation flags
+
 2001-03-21  Alex Graveley  <alex@ximian.com>
 
        * src/soup-core/soup-socks.c: remove hack to look at internals of
index 0c3db69..2e674d1 100644 (file)
@@ -278,7 +278,7 @@ enable_apache="no"
 
 AC_PATH_PROG(APXS,apxs,no)
 if test x$APXS != xno; then
-       APACHE_CFLAGS="-I`apxs -q INCLUDEDIR`"
+       APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
        APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
 
        save_CPPFLAGS=$CPPFLAGS