tzset: Fix gettimeofday wrapper on Solaris 2.6.
authorBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 16:09:39 +0000 (18:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 16:09:39 +0000 (18:09 +0200)
* m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): When invoking
gl_GETTIMEOFDAY_REPLACE_LOCALTIME, also set REPLACE_GETTIMEOFDAY.

ChangeLog
m4/tzset.m4

index 67e79933de86c485d4e8d86653ca8e05c5847fa0..3844aea3652fbfe2c74f164442c687cada40fbde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       tzset: Fix gettimeofday wrapper on Solaris 2.6.
+       * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): When invoking
+       gl_GETTIMEOFDAY_REPLACE_LOCALTIME, also set REPLACE_GETTIMEOFDAY.
+
 2011-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        ignore-value, verify: Omit include files from lib_SOURCES.
index 28ad00f797d7229169830f381b9b5999fc7a5ff8..3c78b3b26944b93448dc22a9ac4bc7f4999819bf 100644 (file)
@@ -1,4 +1,4 @@
-# serial 4
+# serial 5
 
 # Copyright (C) 2003, 2007, 2009-2011 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -49,6 +49,7 @@ main ()
     [Define to 1 if you have run the test for working tzset.])
 
   if test $gl_cv_func_tzset_clobber = yes; then
+    REPLACE_GETTIMEOFDAY=1
     gl_GETTIMEOFDAY_REPLACE_LOCALTIME
 
     AC_DEFINE([tzset], [rpl_tzset],