]> granicus.if.org Git - php/commitdiff
Forgot this from the outside-source-dir patch
authorfoobar <sniper@php.net>
Sun, 9 Jan 2005 23:47:33 +0000 (23:47 +0000)
committerfoobar <sniper@php.net>
Sun, 9 Jan 2005 23:47:33 +0000 (23:47 +0000)
configure.in

index 85e16e3877aff0470e90337750b4d0afda18c6d7..a07daa1ae92b9b768551b19d8b428671f5c1f8d2 100644 (file)
@@ -1269,12 +1269,12 @@ fi
 #
 
 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