File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,15 +121,15 @@ phpize_check_autotools()
121121 test -z " $PHP_AUTOCONF " && PHP_AUTOCONF=autoconf
122122 test -z " $PHP_AUTOHEADER " && PHP_AUTOHEADER=autoheader
123123
124- if ! test -x " $PHP_AUTOCONF " && ! test -x " ` $php_shtool path $PHP_AUTOCONF ` " ; then
124+ if test ! -x " $PHP_AUTOCONF " && test ! -x " ` $php_shtool path $PHP_AUTOCONF ` " ; then
125125 cat << EOF
126126Cannot find autoconf. Please check your autoconf installation and the
127127\$ PHP_AUTOCONF environment variable. Then, rerun this script.
128128
129129EOF
130130 exit 1
131131 fi
132- if ! test -x " $PHP_AUTOHEADER " && ! test -x " ` $php_shtool path $PHP_AUTOHEADER ` " ; then
132+ if test ! -x " $PHP_AUTOHEADER " && test ! -x " ` $php_shtool path $PHP_AUTOHEADER ` " ; then
133133 cat << EOF
134134Cannot find autoheader. Please check your autoconf installation and the
135135\$ PHP_AUTOHEADER environment variable. Then, rerun this script.
You can’t perform that action at this time.
0 commit comments