curl-library
[PATCH] libcurl.m4: Add missing quotes in AC_LINK_IFELSE
From: Dave Reisner <d_at_falconindy.com>
Date: Mon, 21 Mar 2011 13:18:57 -0400
Date: Mon, 21 Mar 2011 13:18:57 -0400
This avoids warnings generated by autoconf 2.68.
Signed-off-by: Dave Reisner <d_at_falconindy.com>
--- docs/libcurl/libcurl.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 index 952b79f..01a0575 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/libcurl.m4 @@ -146,7 +146,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], _libcurl_save_libs=$LIBS LIBS="$LIBCURL $LIBS" - AC_LINK_IFELSE(AC_LANG_PROGRAM([#include <curl/curl.h>],[ + AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <curl/curl.h>],[ /* Try and use a few common options to force a failure if we are missing symbols or can't link. */ int x; @@ -157,7 +157,7 @@ x=CURLOPT_FILE; x=CURLOPT_ERRORBUFFER; x=CURLOPT_STDERR; x=CURLOPT_VERBOSE; -]),libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no) +])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no) CPPFLAGS=$_libcurl_save_cppflags LIBS=$_libcurl_save_libs -- 1.7.4.1 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html --x+6KMIRAuhnl3hBn--Received on 2001-09-17