Chopped CPPFLAGS by accident.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 17 May 2007 04:01:13 +0000 (04:01 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 17 May 2007 04:01:13 +0000 (04:01 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@326 de75baf8-a10c-0410-a50a-987c0e22f00f

configure.ac

index 5684cf4..d81ed42 100644 (file)
@@ -192,7 +192,7 @@ int i = 0;
            fi
            ])
        if test -f "${CURL_CONFIG}" ; then
-           CPPFLAGS="`${CURL_CONFIG} --cflags`"
+           CPPFLAGS="`${CURL_CONFIG} --cflags` $CPPFLAGS"
            XMLSEC_LIBS="`${CURL_CONFIG} --libs` $XMLSEC_LIBS"
        else
            AC_MSG_ERROR([curl-config not found, may need to use --with-curl option])