diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-01-01 20:34:49 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-01-01 20:34:49 +0000 |
commit | 580e570ede74f948375802ddb064a6c129d09843 (patch) | |
tree | 95c2672ba02edf794e01188b93cf2826bf3bc4e0 /Configure | |
parent | 04b62921f03f67e98babd7416f0b9dec028c5df2 (diff) | |
download | perl-580e570ede74f948375802ddb064a6c129d09843.tar.gz |
Missing test, adding $ to the other tests
p4raw-id: //depot/perl@32797
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Jan 1 21:12:58 CET 2008 [metaconfig 3.0 PL70] +# Generated on Tue Jan 1 21:34:35 CET 2008 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5054,7 +5054,7 @@ echo "Checking if your compiler accepts $flag" 2>&1; echo "int main(void) { return 0; }" > gcctest.c; if $cc -O2 $flag -o gcctest gcctest.c 2>gcctest.out && ./gcctest; then echo "Yes, it does." 2>&1; - if -s gcctest.out ; then + if $test -s gcctest.out ; then echo "But your platform does not like it:"; cat gcctest.out; else @@ -5083,7 +5083,7 @@ default|recommended) *-g*:old) dflt="$dflt -DDEBUGGING";; esac case "$gccversion" in - 2*) if test -d /etc/conf/kconfig.d && + 2*) if $test -d /etc/conf/kconfig.d && $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1 then # Interactive Systems (ISC) POSIX mode. |