Browse Source

MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me

experimental/5.3-FPM
Kalle Sommer Nielsen 17 years ago
parent
commit
f763fbb1ee
  1. 2
      ext/bcmath/libbcmath/src/bcmath.h

2
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"

Loading…
Cancel
Save