mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
- Hopefully this fixes the "test: argument expected" error on solaris..
This commit is contained in:
parent
4a43566b19
commit
82559ff7e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user