diff options
| author | Eli Zaretskii | 2013-09-20 10:21:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-20 10:21:20 +0300 |
| commit | 673558beaa96378d2fe0cdd2c57e423e9f1611ab (patch) | |
| tree | 58556ddc3b29c30d67993bb08a4e0828fc6875d0 /nt/ChangeLog | |
| parent | 485a4a6e8ac6b766f25ea42bf348c33b01646b20 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-08-31 Glenn Morris <rgm@gnu.org> | 10 | 2013-08-31 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * INSTALL: Rename from INSTALL.MSYS. | 12 | * INSTALL: Rename from INSTALL.MSYS. |