diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. | |||
| 24 | AC_PREREQ(2.65) | 24 | AC_PREREQ(2.65) |
| 25 | AC_INIT(emacs, 24.3.50) | 25 | AC_INIT(emacs, 24.3.50) |
| 26 | 26 | ||
| 27 | test "$MSYSTEM" = "MINGW32" && . $srcdir/nt/mingw-cfg.site | 27 | test "x$MSYSTEM" = "xMINGW32" && . $srcdir/nt/mingw-cfg.site |
| 28 | 28 | ||
| 29 | dnl Set emacs_config_options to the options of 'configure', quoted for the shell, | 29 | dnl Set emacs_config_options to the options of 'configure', quoted for the shell, |
| 30 | dnl and then quoted again for a C string. Separate options with spaces. | 30 | dnl and then quoted again for a C string. Separate options with spaces. |