From: Marcus Boerger Date: Sat, 23 Jul 2005 21:48:45 +0000 (+0000) Subject: - This must not be changed here X-Git-Tag: RELEASE_0_10_0~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f80ca631c3f6a21239cecaf21d9a1a698df945b4 - This must not be changed here # It belongs in the private environment or private shell startup scripts # or a private build script that calls make. If it still should go here # then it must be ensured that it only affects phpized builds of the ext. # # Anyway very brave developing! --- diff --git a/config.m4 b/config.m4 index f54297e..2f8399c 100644 --- a/config.m4 +++ b/config.m4 @@ -79,8 +79,6 @@ dnl ---- PHP_NEW_EXTENSION([http], $PHP_HTTP_SOURCES, [$ext_shared]) PHP_SUBST([HTTP_SHARED_LIBADD]) PHP_ADD_MAKEFILE_FRAGMENT - CFLAGS=" -g -O2 -W -Wchar-subscripts -Wformat=2 -Wno-format-y2k -Wimplicit -Wmissing-braces -Wunused-variable -Wuninitialized -Wstrict-aliasing -Wfloat-equal -Wshadow -Wbad-function-cast -Wpointer-arith -Wsign-compare -Winline" - PHP_SUBST([CFLAGS]) AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support]) fi