* configure.ac: test portability fix
(I can never remember whether this is still relevant or not)
This commit is contained in:
parent
f4f38fad9a
commit
450885491a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue