From: Michael Wallner Date: Mon, 3 Oct 2016 10:42:09 +0000 (+0200) Subject: fix curl-config --libs treatment X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=64465a7aaeec89ef78a73ccd886e968e06fac5c6 fix curl-config --libs treatment --- diff --git a/autoconf/pecl/libcurl.m4 b/autoconf/pecl/libcurl.m4 index d9250b1..4aa52f6 100644 --- a/autoconf/pecl/libcurl.m4 +++ b/autoconf/pecl/libcurl.m4 @@ -181,8 +181,8 @@ AC_DEFUN([PECL_CHECK_LIBCURL], [dnl PECL_CHECK_CONFIG(libcurl, $CURL_CONFIG, [--version | $SED -e 's/@<:@^0-9\.@:>@//g'], [--cflags], - [--libs | $EGREP -o -- '-L@<:@^ @:>@* ?'], - [--libs | $EGREP -o -- '-l@<:@^ @:>@* ?']dnl + [--libs | $EGREP -o -- '(^|\s)-L@<:@^ @:>@* ?'], + [--libs | $EGREP -o -- '(^|\s)-l@<:@^ @:>@* ?']dnl ) ifelse([$2],,,[ PECL_HAVE_VERSION([libcurl], [$2])