From: Michael Wallner Date: Wed, 9 Feb 2005 17:00:29 +0000 (+0000) Subject: * MFB X-Git-Tag: RELEASE_0_3_0~8 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=a19859fd27008e263c4fe4cfe3b900ff0431792f;p=m6w6%2Fext-http * MFB --- diff --git a/config.m4 b/config.m4 index ae3f258..037d0f9 100644 --- a/config.m4 +++ b/config.m4 @@ -33,10 +33,10 @@ dnl ---- CURL_CONFIG="curl-config" - if ${CURL_DIR}/bin/curl-config --libs print > /dev/null 2>&1; then + if ${CURL_DIR}/bin/curl-config --libs > /dev/null 2>&1; then CURL_CONFIG=${CURL_DIR}/bin/curl-config else - if ${CURL_DIR}/curl-config --libs print > /dev/null 2>&1; then + if ${CURL_DIR}/curl-config --libs > /dev/null 2>&1; then CURL_CONFIG=${CURL_DIR}/curl-config fi fi