Skip to content

Commit

Permalink
bugfix: PHP_REDIS_JSON parameter at configure
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-nakano committed May 21, 2020
1 parent e80600e commit 20a3dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if test "$PHP_REDIS" != "no"; then
AC_DEFINE(PHP_SESSION,1,[redis sessions])
fi

if test "PHP_REDIS_JSON" != "no"; then
if test "$PHP_REDIS_JSON" != "no"; then
AC_MSG_CHECKING([for json includes])
json_inc_path=""
if test -f "$abs_srcdir/include/php/ext/json/php_json.h"; then
Expand Down

0 comments on commit 20a3dc7

Please sign in to comment.