We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc4ed8 commit d1a0df9Copy full SHA for d1a0df9
config.m4
@@ -237,9 +237,10 @@ if test "$PHP_MONGODB" != "no"; then
237
dnl exists, report an error during configure (this is later than M4 parsing
238
dnl during phpize but better than nothing).
239
m4_pushdef([_include],[
240
- if test ! \( -f "$1" -o -f "ext/mongodb/$1" \); then
241
- AC_MSG_ERROR([m4 could not include $1: No such file or directory])
242
- fi
+ dnl TODO: Fix this for PECL install (PHPC-1218)
+ dnl if test ! \( -f "$1" -o -f "ext/mongodb/$1" \); then
+ dnl AC_MSG_ERROR([m4 could not include $1: No such file or directory])
243
+ dnl fi
244
m4_builtin([sinclude],[$1])
245
m4_builtin([sinclude],[ext/mongodb/][$1])
246
])
0 commit comments