aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-12-12 23:44:53 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-12-12 23:44:53 +0000
commitbc2dabd9ac9892cb7c1a6a436c6250fafabd7d25 (patch)
tree1c1b26b04fd308bfaecb13c52469ac596bed894d /configure
parentfcaca9163c81deec33582797c73b27f8b32d7378 (diff)
downloadpam-bc2dabd9ac9892cb7c1a6a436c6250fafabd7d25.tar.gz
pam-bc2dabd9ac9892cb7c1a6a436c6250fafabd7d25.tar.bz2
pam-bc2dabd9ac9892cb7c1a6a436c6250fafabd7d25.zip
Relevant BUGIDs: 124930
Purpose of commit: bugfix Commit summary: --------------- upper -> lowercase substitution for OS fixed in configure.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 ;