From e96696b6095139d6d014545c728882f153eeb414 Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Sun, 9 Feb 2003 00:50:31 +0000
Subject: [PATCH] small fix

---
 setup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup b/setup
index 9c2d0b179..3988e892e 100755
--- a/setup
+++ b/setup
@@ -864,10 +864,10 @@ CCMAJOR=`echo $CCVERS | cut -d. -f 1`
 CCMINOR=`echo $CCVERS | cut -d. -f 2`
 CCREALLYMINOR=`echo $CCVERS | cut -d. -f 3`
 
-echo
-echo "OPTIMIZATION OPTIONS"
 if [ $CCMAJOR -gt 3 -o $CCMAJOR -eq 3 -a $CCMINOR -ge 2 ] ; then
 if [ "$DEBUG" != 1 ] ; then
+    echo
+    echo "OPTIMIZATION OPTIONS"
     echo
     echo Compiler is $CC $CCMAJOR.$CCMINOR.$CCREALLYMINOR
     echo