aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-07-20 20:51:42 +0000
committerDavid Shaw <[email protected]>2005-07-20 20:51:42 +0000
commiteb1db238ed7c74b46406548e42ad8efa3ce71268 (patch)
treeeb6a047bd787e3c376fd4e564cb1a06f0c2d9832
parentTypo. (diff)
downloadgnupg-eb1db238ed7c74b46406548e42ad8efa3ce71268.tar.gz
gnupg-eb1db238ed7c74b46406548e42ad8efa3ce71268.zip
CURLINFO_NOW -> CURLVERSION_NOW
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 d4d579155..28dad0e34 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_info(CURLINFO_NOW);
+curl_version_info(CURLVERSION_NOW);
x=CURL_ERROR_SIZE;
x=CURLOPT_WRITEFUNCTION;
x=CURLOPT_FILE;