- This must not be changed here
authorMarcus Boerger <helly@php.net>
Sat, 23 Jul 2005 21:48:45 +0000 (21:48 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 23 Jul 2005 21:48:45 +0000 (21:48 +0000)
# 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

index f54297e20d715a38e2025cb4192072e4125c5c61..2f8399cfd387c0bb65d6de838a15d54d7147bdf2 100644 (file)
--- 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