* configure.ac: test portability fix

(I can never remember whether this is still relevant or not)
This commit is contained in:
Glenn Morris 2013-11-11 19:01:07 -08:00
parent f4f38fad9a
commit 450885491a

View 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.