aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-07-20 20:46:10 +0000
committerDavid Shaw <[email protected]>2005-07-20 20:46:10 +0000
commit826999a02a28702df0dd3553402316b16f2f34e4 (patch)
tree0a55c4467da7ee181a2e191a137372cf2618b138
parent* libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). (diff)
downloadgnupg-826999a02a28702df0dd3553402316b16f2f34e4.tar.gz
gnupg-826999a02a28702df0dd3553402316b16f2f34e4.zip
Typo.
Diffstat (limited to '')
-rw-r--r--m4/libcurl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index 16c447c95..d4d579155 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -142,7 +142,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
missing symbols or can't link. */
int x;
curl_easy_setopt(NULL,CURLOPT_URL,NULL);
-curl_version_info2(CURLINFO_NOW);
+curl_version_info(CURLINFO_NOW);
x=CURL_ERROR_SIZE;
x=CURLOPT_WRITEFUNCTION;
x=CURLOPT_FILE;