summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure
index de30db4f..67a502c5 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,8 @@ if [ "$sysname" = "" ]; then
case `uname -r` in
4*) sysname=sunos4;;
5*)
- set `which gcc`
+ path=`which gcc`
+ set $path
if [ $# = 1 ]; then
sysname=sunos5-gcc
else
@@ -33,7 +34,6 @@ if [ "$sysname" = "" ]; then
FreeBSD)
sysname=freebsd;;
hpux)
- sysname=hpux;;
HP-UX)
sysname=hpux;;
QNX)
@@ -53,8 +53,7 @@ if [ "$sysname" = "" ]; then
echo " alphaosf DEC Alpha OSF/1"
echo " linux Linux"
echo " sunos4 Sunos 4.1.4 (earlier releases may work)"
- echo " sunos5-cc Solaris 2.4 or higher with Sun cc"
- echo " sunos5-gcc Solaris 2.4 or higher with gcc"
+ echo " sunos5 SunOS 5.5 (Solaris 2.5) (earlier 2.x releases may work)"
echo " netbsd NetBSD 1.1 or higher"
echo " freebsd FreeBSD"
echo " hpux HP-UX"