diff options
author | David Shaw <[email protected]> | 2005-07-20 20:46:10 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-07-20 20:46:10 +0000 |
commit | 826999a02a28702df0dd3553402316b16f2f34e4 (patch) | |
tree | 0a55c4467da7ee181a2e191a137372cf2618b138 | |
parent | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). (diff) | |
download | gnupg-826999a02a28702df0dd3553402316b16f2f34e4.tar.gz gnupg-826999a02a28702df0dd3553402316b16f2f34e4.zip |
Typo.
-rw-r--r-- | m4/libcurl.m4 | 2 |
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; |