emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114406: Avoid replacing 'struct timeval' and compil


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114406: Avoid replacing 'struct timeval' and compiling lib/gettimeofday.c on MinGW.
Date: Fri, 20 Sep 2013 07:22:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114406
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-20 10:21:20 +0300
message:
  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
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/mingw-cfg.site              mingwcfg.site-20130329112849-w6zo8bvz3ddvox05-1
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-08-31 18:26:59 +0000
+++ b/nt/ChangeLog      2013-09-20 07:21:20 +0000
@@ -1,3 +1,12 @@
+2013-09-20  Eli Zaretskii  <address@hidden>
+
+       * 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
+
 2013-08-31  Glenn Morris  <address@hidden>
 
        * INSTALL: Rename from INSTALL.MSYS.

=== modified file 'nt/mingw-cfg.site'
--- a/nt/mingw-cfg.site 2013-08-04 15:32:12 +0000
+++ b/nt/mingw-cfg.site 2013-09-20 07:21:20 +0000
@@ -31,6 +31,9 @@
 # We want to use getopt.h from gnulib
 ac_cv_header_getopt_h=no
 
+# We don't want our struct timeval replaced due to Posix conformance
+gl_cv_sys_struct_timeval_tv_sec=yes
+
 # ACL functions are implemented in w32.c
 ac_cv_search_acl_get_file="none required"
 ac_cv_func_acl_get_file=yes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]