Skip to content

Commit bebddbd

Browse files
author
Derick Rethans
committed
- Fixed test
1 parent bf997c3 commit bebddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
3434
PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
3535
done
3636
37-
if test "$ext_shared" = "no" -o -e "$ext_builddir/config.h.in"; then
37+
if test "$ext_shared" = "no" -o ! -e "$ext_builddir/config.h.in"; then
3838
out="php_config.h"
3939
else
4040
out="$abs_builddir/config.h"

0 commit comments

Comments
 (0)