Change 21163 by [EMAIL PROTECTED] on 2003/09/10 15:31:27

        Subject: [perl #23778] hints/aix.sh 
        Date: 10 Sep 2003 16:30:32 -0000
        From: "Gary L. Armstrong" (via RT) <[EMAIL PROTECTED]>
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/hints/aix.sh#90 edit

Differences ...

==== //depot/perl/hints/aix.sh#90 (text) ====
Index: perl/hints/aix.sh
--- perl/hints/aix.sh#89~19174~ Wed Apr  9 07:33:12 2003
+++ perl/hints/aix.sh   Wed Sep 10 08:31:27 2003
@@ -142,7 +142,7 @@
    ccdlflags='-Xlinker'
    if [ "X$gccversion" = "X" ]; then
      # Done too late in Configure if hinted
-     gccversion=`$cc --version | sed 's/.*(GCC) *//`
+     gccversion=`$cc --version | sed 's/.*(GCC) *//'`
      fi
    ;;
 *) ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -v '\.msg\.[A-Za-z_]*\.' | 
awk '{print $1,$2}'`
End of Patch.

Reply via email to