]> git.eshelyaron.com Git - emacs.git/commit
Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jun 2014 19:43:13 +0000 (12:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jun 2014 19:43:13 +0000 (12:43 -0700)
commitec4a33476e4aa6eba3a13fca34ad157fec3d8b97
tree12f237833701996dd3f45f5e25f4a0725119fa94
parentbd009aefd54cf87c3b4eb91c29371745b5915ea1
Rely on AC_CANONICAL_HOST to detect whether we're using mingw.

See the thread containing:
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
* configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
can, which is just after AM_INIT_AUTOMAKE.  Then check for mingw
just after that.
ChangeLog
configure.ac