[ --with-curl[=DIR] Include CURL support])
dnl Temporary option while we develop this aspect of the extension
-dnl PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams,
-dnl [ --with-curlwrappers Use CURL for url streams], no, no)
+PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams,
+[ --with-curlwrappers Use CURL for url streams], no, no)
if test "$PHP_CURL" != "no"; then
if test -r $PHP_CURL/include/curl/easy.h; then
$CURL_LIBS -L$CURL_DIR/lib
])
-dnl if test "$PHP_CURLWRAPPERS" != "no" ; then
-dnl AC_DEFINE(PHP_CURL_URL_WRAPPERS,1,[ ])
-dnl fi
+ if test "$PHP_CURLWRAPPERS" != "no" ; then
+ AC_DEFINE(PHP_CURL_URL_WRAPPERS,1,[ ])
+ fi
PHP_NEW_EXTENSION(curl, interface.c multi.c streams.c, $ext_shared)
PHP_SUBST(CURL_SHARED_LIBADD)