aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-12 09:14:53 -0700
committerGlenn Morris2012-06-12 09:14:53 -0700
commit98d8c1f9b57993f231c05d0bc93995e25130be38 (patch)
tree533cb75c303e79e50814bbaea8eb09fb179b2e8a
parent15f79fcd6ca07c0724d707879f31d49789d4b0b7 (diff)
downloademacs-98d8c1f9b57993f231c05d0bc93995e25130be38.tar.gz
emacs-98d8c1f9b57993f231c05d0bc93995e25130be38.zip
Fix autoconf quoting in previous change
-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,
938dnl gnu-linux -> gnu/linux, etc.): 938dnl gnu-linux -> gnu/linux, etc.):
939dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix. 939dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix.
940dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt. 940dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt.
941SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'` 941SYSTEM_TYPE=`echo $opsys | sed -e 's/[[0-9]].*//' -e 's|-|/|'`
942 942
943dnl NB do not use CRT_DIR unquoted here, since it might not be set yet. 943dnl NB do not use CRT_DIR unquoted here, since it might not be set yet.
944case $opsys in 944case $opsys in