From: Rodrigo Moya Date: Thu, 29 Mar 2001 22:31:15 +0000 (+0000) Subject: add CFLAGS to apxs parameters, to output the correct compilation flags X-Git-Tag: SOUP_0_4_1~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=224659eaf20738f9a1bd720de1f6c6c8e8f682b6;p=platform%2Fupstream%2Flibsoup.git add CFLAGS to apxs parameters, to output the correct compilation flags 2001-03-29 Rodrigo Moya * configure.in: add CFLAGS to apxs parameters, to output the correct compilation flags --- diff --git a/ChangeLog b/ChangeLog index 1d0bfb6..91ec225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-29 Rodrigo Moya + + * configure.in: add CFLAGS to apxs parameters, to output the + correct compilation flags + 2001-03-21 Alex Graveley * src/soup-core/soup-socks.c: remove hack to look at internals of diff --git a/configure.in b/configure.in index 0c3db69..2e674d1 100644 --- a/configure.in +++ b/configure.in @@ -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