mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* libcurl.m4: All versions of curl-config support --feature.
This commit is contained in:
parent
5d257ee60e
commit
9198b9de5c
@ -1,9 +1,13 @@
|
|||||||
2005-01-22 David Shaw <dshaw@grover.jabberwocky.com>
|
2005-01-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* libcurl.m4: All versions of curl-config support --feature.
|
||||||
|
|
||||||
|
2005-01-22 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* libcurl.m4: Note that FTPS existed, but wasn't fully
|
* libcurl.m4: Note that FTPS existed, but wasn't fully
|
||||||
standards-compliant until version 7.11.0.
|
standards-compliant until version 7.11.0.
|
||||||
|
|
||||||
2005-01-17 David Shaw <dshaw@grover.jabberwocky.com>
|
2005-01-17 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to
|
* libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to
|
||||||
match automake syntax.
|
match automake syntax.
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
# Note that xxx and yyy keep the same capitalization as in the
|
# Note that xxx and yyy keep the same capitalization as in the
|
||||||
# curl-config list (e.g. it's "HTTP" and not "http").
|
# curl-config list (e.g. it's "HTTP" and not "http").
|
||||||
#
|
#
|
||||||
|
# Users may override the detected values by doing something like:
|
||||||
|
# LIBCURL="-lcurl" LIBCURL_CPPFLAGS="-I/usr/myinclude" ./configure
|
||||||
|
#
|
||||||
# For the sake of sanity, this macro assumes that any libcurl that is
|
# For the sake of sanity, this macro assumes that any libcurl that is
|
||||||
# found is after version 7.7.2, the first version that included the
|
# found is after version 7.7.2, the first version that included the
|
||||||
# curl-config script. Note that it is very important for people
|
# curl-config script. Note that it is very important for people
|
||||||
@ -110,10 +113,8 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Is it modern enough to have --feature?
|
# All curl-config scripts support --feature
|
||||||
if test $_libcurl_version -ge 0 ; then
|
_libcurl_features=`$_libcurl_config --feature`
|
||||||
_libcurl_features=`$_libcurl_config --feature`
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Is it modern enough to have --protocols? (7.12.4)
|
# Is it modern enough to have --protocols? (7.12.4)
|
||||||
if test $_libcurl_version -ge 461828 ; then
|
if test $_libcurl_version -ge 461828 ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user