|
cvs: pecl /http config.m4: msg#00158php.pecl.cvs
helly Sat Jul 23 17:48:47 2005 EDT Modified files: /pecl/http config.m4 Log: - 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! http://cvs.php.net/diff.php/pecl/http/config.m4?r1=1.19&r2=1.20&ty=u Index: pecl/http/config.m4 diff -u pecl/http/config.m4:1.19 pecl/http/config.m4:1.20 --- pecl/http/config.m4:1.19 Fri Jul 22 16:34:45 2005 +++ pecl/http/config.m4 Sat Jul 23 17:48:45 2005 @@ -1,5 +1,5 @@ dnl config.m4 for pecl/http -dnl $Id: config.m4,v 1.19 2005/07/22 20:34:45 mike Exp $ +dnl $Id: config.m4,v 1.20 2005/07/23 21:48:45 helly Exp $ PHP_ARG_ENABLE([http], [whether to enable extended HTTP support], [ --enable-http Enable extended HTTP support]) @@ -79,8 +79,6 @@ 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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| News | FAQ | advertise |