mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
CURLINFO_NOW -> CURLVERSION_NOW
This commit is contained in:
parent
826999a02a
commit
eb1db238ed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue