aboutsummaryrefslogtreecommitdiffstats
path: root/math/taucs/files/patch-configure
blob: 4a9ae2f495c8411f50d71819e31eb3de1af49b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig  2003-08-24 10:11:33 UTC
+++ configure
@@ -29,7 +29,7 @@ fi
 # Solaris, OSTYPE=solaris but uname returns SunOS.
 
 if [ ${OSTYPE:-fail} = "fail" ] ; then
-  OSTYPE=`uname | tr "A-Z" "a-z"`
+  OSTYPE=`uname`
 fi
 
 # If nothing works, we continue, but configurator will abort