From: Kalle Sommer Nielsen Date: Wed, 3 Jun 2009 01:19:33 +0000 (+0000) Subject: MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation... X-Git-Tag: php-5.3.0RC3~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f763fbb1ee5228fa9ef8b16477720fbcf0eb1e59;p=php MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me --- diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index ce68f0da4e..3d7c478648 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -53,7 +53,7 @@ typedef struct bc_struct } bc_struct; #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #include "php.h"