diff options
author | Pierrick Charron <pierrick@php.net> | 2011-12-14 03:45:44 +0000 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2011-12-14 03:45:44 +0000 |
commit | e37506bd586ba53a807a9b0d4456657430e41b1f (patch) | |
tree | ebdc6b521959a09b0ba98cee70a887cda17a1625 /ext/curl/config.m4 | |
parent | b52ed277e3eb243e7c1d287bfb8f80d2abfd591a (diff) | |
download | php-git-e37506bd586ba53a807a9b0d4456657430e41b1f.tar.gz |
Remove dead code
# curl_version_info was introduced in 7.10 and the PHP requirement is 7.10.5
Diffstat (limited to 'ext/curl/config.m4')
-rw-r--r-- | ext/curl/config.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 19d3e59c47..92559be7c4 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -131,13 +131,6 @@ int main(int argc, char *argv[]) $CURL_LIBS -L$CURL_DIR/$PHP_LIBDIR ]) - PHP_CHECK_LIBRARY(curl,curl_version_info, - [ - AC_DEFINE(HAVE_CURL_VERSION_INFO,1,[ ]) - ],[],[ - $CURL_LIBS -L$CURL_DIR/$PHP_LIBDIR - ]) - PHP_CHECK_LIBRARY(curl,curl_easy_strerror, [ AC_DEFINE(HAVE_CURL_EASY_STRERROR,1,[ ]) |