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 bf997c3 commit bebddbdCopy full SHA for bebddbd
ext/mbstring/config.m4
@@ -34,7 +34,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
34
PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
35
done
36
37
- if test "$ext_shared" = "no" -o -e "$ext_builddir/config.h.in"; then
+ if test "$ext_shared" = "no" -o ! -e "$ext_builddir/config.h.in"; then
38
out="php_config.h"
39
else
40
out="$abs_builddir/config.h"
0 commit comments