diff options
author | Johan Herland <johan@herland.net> | 2008-06-15 12:14:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-15 13:35:10 -0700 |
commit | 8da1e21231a039889507f4d727882bd0a64e5b95 (patch) | |
tree | 4f839f2416a22f2e5bde99422ef257b42304759e /configure.ac | |
parent | b96317f38ffea4a869aa5e61e435cf61dc72349d (diff) | |
download | git-8da1e21231a039889507f4d727882bd0a64e5b95.tar.gz |
Consistency: Use "libcurl" instead of "cURL library" and "curl"
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82584e9153..7c2856efc9 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ AC_CHECK_LIB([crypto], [SHA1_Init], AC_SUBST(NEEDS_SSL_WITH_CRYPTO) AC_SUBST(NO_OPENSSL) # -# Define NO_CURL if you do not have curl installed. git-http-pull and +# Define NO_CURL if you do not have libcurl installed. git-http-pull and # git-http-push are not built, and you cannot use http:// and https:// # transports. AC_CHECK_LIB([curl], [curl_global_init], |