|
|
|
@ -2,12 +2,12 @@ dnl |
|
|
|
dnl $Id$ |
|
|
|
dnl |
|
|
|
|
|
|
|
PHP_ARG_WITH(curl, for CURL support, |
|
|
|
[ --with-curl[=DIR] Include CURL support]) |
|
|
|
PHP_ARG_WITH(curl, for cURL support, |
|
|
|
[ --with-curl[=DIR] Include cURL support]) |
|
|
|
|
|
|
|
dnl Temporary option while we develop this aspect of the extension |
|
|
|
PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams, |
|
|
|
[ --with-curlwrappers Use CURL for url streams], no, no) |
|
|
|
[ --with-curlwrappers cURL: Use cURL for url streams], no, no) |
|
|
|
|
|
|
|
if test "$PHP_CURL" != "no"; then |
|
|
|
if test -r $PHP_CURL/include/curl/easy.h; then |
|
|
|
|