From 450885491a9fcbf250cccc2586d9c059f61af154 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Nov 2013 19:01:07 -0800 Subject: [PATCH] * configure.ac: test portability fix (I can never remember whether this is still relevant or not) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2