From bc2dabd9ac9892cb7c1a6a436c6250fafabd7d25 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 12 Dec 2000 23:44:53 +0000 Subject: Relevant BUGIDs: 124930 Purpose of commit: bugfix Commit summary: --------------- upper -> lowercase substitution for OS fixed in configure.in. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a4ae0417..dae94eec 100755 --- a/configure +++ b/configure @@ -579,7 +579,7 @@ CC=gcc ; CONF_CFLAGS= ; MKDIR="mkdir -p" ; LOCALSRCDIR=`/bin/pwd` ; -OS=`uname|sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXWZ/abcdefghijklmonpqrstuvwxyz/'` +OS=`uname|sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` DYNTYPE=so ; -- cgit v1.2.3