diff options
Diffstat (limited to 'sapi/phpdbg/config.m4')
| -rw-r--r-- | sapi/phpdbg/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index aa5b0efe3a..9fb4e62984 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -11,7 +11,7 @@ PHP_ARG_ENABLE(phpdbg-webhelper, for phpdbg web SAPI support, PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build, [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no) -if test "$BUILD_PHPDBG" == "" && test "$PHP_PHPDBG" != "no"; then +if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then AC_HEADER_TIOCGWINSZ AC_DEFINE(HAVE_PHPDBG, 1, [ ]) |
