- API cleanup: remove unset*() methods and make set*() methods capable of that
[m6w6/ext-http] / config.m4
index 2f8399cfd387c0bb65d6de838a15d54d7147bdf2..85b6de34c7ee20787c680bcaea17179af02b5f0f 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -77,8 +77,15 @@ dnl ----
                http_api.c http_auth_api.c http_cache_api.c http_request_api.c http_date_api.c \
                http_headers_api.c http_message_api.c http_send_api.c http_url_api.c"
        PHP_NEW_EXTENSION([http], $PHP_HTTP_SOURCES, [$ext_shared])
+       PHP_ADD_BUILD_DIR($ext_builddir/phpstr, 1)
        PHP_SUBST([HTTP_SHARED_LIBADD])
        PHP_ADD_MAKEFILE_FRAGMENT
        AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support])
-fi
 
+dnl ---
+dnl odd warnings
+dnl ---
+dnl            CFLAGS=" -g -O2 -W -Wchar-subscripts -Wformat=2 -Wno-format-y2k -Wimplicit -Wmissing-braces -Wunused-variable -Wbad-function-cast -Wpointer-arith -Wsign-compare -Winline"
+dnl            PHP_SUBST([CFLAGS])
+
+fi