From: H.Merijn Brand Date: Tue, 1 Jan 2008 20:34:49 +0000 (+0000) Subject: Missing test, adding $ to the other tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=580e570ede74f948375802ddb064a6c129d09843;p=p5sagit%2Fp5-mst-13.2.git Missing test, adding $ to the other tests p4raw-id: //depot/perl@32797 --- diff --git a/Configure b/Configure index 1f313a1..c9efdf4 100755 --- a/Configure +++ b/Configure @@ -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$$ <&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.