sniper Sun Jan 9 18:47:34 2005 EDT Modified files: (Branch: PHP_4_3) /php-src configure.in Log: Forgot this from the outside-source-dir patch http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.146&r2=1.396.2.147&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.146 php-src/configure.in:1.396.2.147 --- php-src/configure.in:1.396.2.146 Fri Jan 7 01:21:42 2005 +++ php-src/configure.in Sun Jan 9 18:47:33 2005 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.146 2005/01/07 06:21:42 sniper Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.147 2005/01/09 23:47:33 sniper Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1269,12 +1269,12 @@ # test -d TSRM || $php_shtool mkdir TSRM -echo '#include "../main/php_config.h"' > TSRM/tsrm_config.h +echo '#include <../main/php_config.h>' > TSRM/tsrm_config.h test -d Zend || $php_shtool mkdir Zend cat >Zend/zend_config.h <<FEO -#include "../main/php_config.h" +#include <../main/php_config.h> #if defined(APACHE) && defined(PHP_API_VERSION) #undef HAVE_DLFCN_H #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php