summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-04-04 19:00:53 +0000
committerDerick Rethans <derick@php.net>2004-04-04 19:00:53 +0000
commitbebddbdd249d6ca7166da005971ea1dbd9fceb6b (patch)
treedb79a6bc020324fef68ce5619ae0a666c8db0994
parentbf997c3eb30c70bd61c41a14f4562e4f2bc7f6cd (diff)
downloadphp-git-bebddbdd249d6ca7166da005971ea1dbd9fceb6b.tar.gz
- Fixed test
-rw-r--r--ext/mbstring/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index ab2b80b7b5..a6166d442d 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -34,7 +34,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
done
- 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
out="php_config.h"
else
out="$abs_builddir/config.h"