summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0fd1364..c6cb4bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ AC_CACHE_CHECK(for tm_zone in struct tm, ac_cv_struct_tm_zone,
129 #include <time.h> 129 #include <time.h>
130 ], [ 130 ], [
131 struct tm tm; 131 struct tm tm;
132 tm.tm_zone = 1; 132 tm.tm_zone = (char*)"UTC";
133 ])], 133 ])],
134 [ac_cv_struct_tm_zone=yes], 134 [ac_cv_struct_tm_zone=yes],
135 [ac_cv_struct_tm_zone=no] 135 [ac_cv_struct_tm_zone=no]