X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=configure.ac;h=d81ed4285f74dbde4242e06eaa641020c214eff7;hp=5684cf4d64c9ad65caf3b4fec00819a27f5cbd0e;hb=fd1f489e86d5cf0fc7ca6c563d903f8f09e989e9;hpb=00eb828dc438a799606eb50b1f9e5027283d2e05 diff --git a/configure.ac b/configure.ac index 5684cf4..d81ed42 100644 --- a/configure.ac +++ b/configure.ac @@ -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])