mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
Typo.
This commit is contained in:
parent
f23b945965
commit
826999a02a
@ -142,7 +142,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
|
|||||||
missing symbols or can't link. */
|
missing symbols or can't link. */
|
||||||
int x;
|
int x;
|
||||||
curl_easy_setopt(NULL,CURLOPT_URL,NULL);
|
curl_easy_setopt(NULL,CURLOPT_URL,NULL);
|
||||||
curl_version_info2(CURLINFO_NOW);
|
curl_version_info(CURLINFO_NOW);
|
||||||
x=CURL_ERROR_SIZE;
|
x=CURL_ERROR_SIZE;
|
||||||
x=CURLOPT_WRITEFUNCTION;
|
x=CURLOPT_WRITEFUNCTION;
|
||||||
x=CURLOPT_FILE;
|
x=CURLOPT_FILE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user