Chopped CPPFLAGS by accident.
authorScott Cantor <cantor.2@osu.edu>
Thu, 17 May 2007 04:01:13 +0000 (04:01 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 17 May 2007 04:01:13 +0000 (04:01 +0000)
configure.ac

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