kalle Wed Jun 3 01:18:42 2009 UTC Modified files: /php-src/ext/bcmath/libbcmath/src bcmath.h Log: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.13&r2=1.14&diff_format=u Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13 php-src/ext/bcmath/libbcmath/src/bcmath.h:1.14 --- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13 Fri Aug 15 16:37:22 2008 +++ php-src/ext/bcmath/libbcmath/src/bcmath.h Wed Jun 3 01:18:42 2009 @@ -53,7 +53,7 @@ } bc_struct; #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #include "php.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php