]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: test portability fix
authorGlenn Morris <rgm@gnu.org>
Tue, 12 Nov 2013 03:01:07 +0000 (19:01 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 12 Nov 2013 03:01:07 +0000 (19:01 -0800)
  (I can never remember whether this is still relevant or not)

configure.ac

index 539a966d564f32f560766fbaee0424efa2b05792..25634549443485d7989c9ebfd0428afb5e3b34f4 100644 (file)
@@ -24,7 +24,7 @@ dnl  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 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.