]> granicus.if.org Git - php/commitdiff
copy-n-paste error
authorWez Furlong <wez@php.net>
Fri, 19 Dec 2003 12:52:39 +0000 (12:52 +0000)
committerWez Furlong <wez@php.net>
Fri, 19 Dec 2003 12:52:39 +0000 (12:52 +0000)
ext/curl/config.w32

index 8c99e48c6295b0eeb75bab6c4c876e7ffdfc5d88..85d9735e80f476ddef7702ef3addb35d0ab5da0c 100644 (file)
@@ -15,6 +15,6 @@ if (PHP_CURL != "no") {
                // TODO: check for curl_version_info
                AC_DEFINE('PHP_CURL_URL_WRAPPERS', 0, 'Use curl for URL wrappers [experimental]');
        } else {
-               WARNING("cpdf not enabled; libraries and headers not found");
+               WARNING("curl not enabled; libraries and headers not found");
        }
 }