aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-20 10:21:20 +0300
committerEli Zaretskii2013-09-20 10:21:20 +0300
commit673558beaa96378d2fe0cdd2c57e423e9f1611ab (patch)
tree58556ddc3b29c30d67993bb08a4e0828fc6875d0 /nt/ChangeLog
parent485a4a6e8ac6b766f25ea42bf348c33b01646b20 (diff)
downloademacs-673558beaa96378d2fe0cdd2c57e423e9f1611ab.tar.gz
emacs-673558beaa96378d2fe0cdd2c57e423e9f1611ab.zip
Avoid replacing 'struct timeval' and compiling lib/gettimeofday.c on MinGW.
nt/mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes" to avoid gnulib replacement of 'struct timeval' and the resulting compilation of lib/gettimeofday.c with incompatible version of gettimeofday. Related discussions on emacs-devel: http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e7d9ed99e3c..2f9a2f5608d 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,12 @@
12013-09-20 Eli Zaretskii <eliz@gnu.org>
2
3 * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
4 to avoid gnulib replacement of 'struct timeval' and the resulting
5 compilation of lib/gettimeofday.c with incompatible version of
6 gettimeofday. Related discussions on emacs-devel:
7 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
8 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
9
12013-08-31 Glenn Morris <rgm@gnu.org> 102013-08-31 Glenn Morris <rgm@gnu.org>
2 11
3 * INSTALL: Rename from INSTALL.MSYS. 12 * INSTALL: Rename from INSTALL.MSYS.