summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-12 09:14:53 -0700
committerGlenn Morris <rgm@gnu.org>2012-06-12 09:14:53 -0700
commit98d8c1f9b57993f231c05d0bc93995e25130be38 (patch)
tree533cb75c303e79e50814bbaea8eb09fb179b2e8a /configure.in
parent15f79fcd6ca07c0724d707879f31d49789d4b0b7 (diff)
downloademacs-98d8c1f9b57993f231c05d0bc93995e25130be38.tar.gz
Fix autoconf quoting in previous change
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f11b6651c1d..a91b7f06b40 100644
--- a/configure.in
+++ b/configure.in
@@ -938,7 +938,7 @@ dnl Current possibilities handled by sed (aix4-2 -> aix,
dnl gnu-linux -> gnu/linux, etc.):
dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix.
dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt.
-SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'`
+SYSTEM_TYPE=`echo $opsys | sed -e 's/[[0-9]].*//' -e 's|-|/|'`
dnl NB do not use CRT_DIR unquoted here, since it might not be set yet.
case $opsys in