From f80ca631c3f6a21239cecaf21d9a1a698df945b4 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 23 Jul 2005 21:48:45 +0000 Subject: [PATCH] - 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! --- config.m4 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2