aboutsummaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-setup
blob: 531724f3400fbbced689db4e82c364372dbacce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- setup.old	Sat May 29 00:59:37 2004
+++ setup	Sat May 29 00:59:58 2004
@@ -38,18 +38,6 @@
 	FLEX="0"
 fi
 
-
-CC=cc
-for I in `echo $PATH | sed "s/:/ /g"`
-do
-        if test -x "$I/gcc"
-        then
-                CC="$I/gcc"
-        fi
-done
-
-
-
 echo
 echo "Using $CC for testing"