From fd1f489e86d5cf0fc7ca6c563d903f8f09e989e9 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 17 May 2007 04:01:13 +0000 Subject: [PATCH] Chopped CPPFLAGS by accident. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.1.4