From: Glenn Morris Date: Tue, 12 Nov 2013 03:01:07 +0000 (-0800) Subject: * configure.ac: test portability fix X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=450885491a9fcbf250cccc2586d9c059f61af154;p=emacs.git * configure.ac: test portability fix (I can never remember whether this is still relevant or not) --- diff --git a/configure.ac b/configure.ac index 539a966d564..25634549443 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl along with GNU Emacs. If not, see . 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.