summaryrefslogtreecommitdiff
path: root/math/taucs/files/patch-configure
blob: ffae32f4b1810d9a9cb04c4515f83232b85d851b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Sat Jan  3 02:23:57 2004
+++ configure	Sat Jan  3 02:24:07 2004
@@ -29,7 +29,7 @@
 # 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