summaryrefslogtreecommitdiff
path: root/math/taucs/files/patch-configure
blob: 9a63a4723c9664513d5e2d6584a92ff17ff614bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Sun Aug 24 10:11:33 2003
+++ configure	Sat Feb 26 22:24:56 2005
@@ -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