diff options
| author | Jani Taskinen <jani@php.net> | 2007-08-03 10:45:23 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-08-03 10:45:23 +0000 |
| commit | 82559ff7e51424ec37780006f1c03735f59ea445 (patch) | |
| tree | 071d033896e961dbffe79b04516c86656e699421 /acinclude.m4 | |
| parent | 4a43566b19f0d274da73ed3646ce8587e0d3a26a (diff) | |
| download | php-git-82559ff7e51424ec37780006f1c03735f59ea445.tar.gz | |
- Hopefully this fixes the "test: argument expected" error on solaris..
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 52fd0363fd..0487728269 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 |
