emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115069: * configure.ac: test portability fix


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115069: * configure.ac: test portability fix
Date: Tue, 12 Nov 2013 03:01:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115069
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-11 19:01:07 -0800
message:
  * configure.ac: test portability fix
    (I can never remember whether this is still relevant or not)
modified:
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'configure.ac'
--- a/configure.ac      2013-11-12 02:50:28 +0000
+++ b/configure.ac      2013-11-12 03:01:07 +0000
@@ -24,7 +24,7 @@
 AC_PREREQ(2.65)
 AC_INIT(emacs, 24.3.50)
 
-test "$MSYSTEM" = "MINGW32" && . $srcdir/nt/mingw-cfg.site
+test "x$MSYSTEM" = "xMINGW32" && . $srcdir/nt/mingw-cfg.site
 
 dnl Set emacs_config_options to the options of 'configure', quoted for the 
shell,
 dnl and then quoted again for a C string.  Separate options with spaces.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]