From 87bcb01ce1c7377e2a2ff733b9aa9732e3745013 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 3 Aug 2007 10:46:19 +0000 Subject: [PATCH] MFB --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 52fd0363fd1..04877282693 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2708,7 +2708,7 @@ AC_DEFUN([PHP_CHECK_CONFIGURE_OPTIONS],[ esac fi is_arg_set=php_[]`echo [$]arg_name | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ-' 'abcdefghijklmnopqrstuvwxyz_'` - if eval test -z "\$$is_arg_set"; then + if eval test "x\$$is_arg_set" = "x"; then PHP_UNKNOWN_CONFIGURE_OPTIONS="$PHP_UNKNOWN_CONFIGURE_OPTIONS [$]arg" fi