summaryrefslogtreecommitdiff
path: root/modules/time_rz
diff options
context:
space:
mode:
Diffstat (limited to 'modules/time_rz')
-rw-r--r--modules/time_rz17
1 files changed, 9 insertions, 8 deletions
diff --git a/modules/time_rz b/modules/time_rz
index 1bc29f401f..0285add121 100644
--- a/modules/time_rz
+++ b/modules/time_rz
@@ -19,17 +19,18 @@ m4/time_rz.m4
Depends-on:
extensions
-flexmember [test "$HAVE_TIMEZONE_T" = 0]
-setenv [test "$HAVE_TIMEZONE_T" = 0]
-stdbool [test "$HAVE_TIMEZONE_T" = 0]
-time_r [test "$HAVE_TIMEZONE_T" = 0]
-timegm [test "$HAVE_TIMEZONE_T" = 0]
-tzset [test "$HAVE_TIMEZONE_T" = 0]
-unsetenv [test "$HAVE_TIMEZONE_T" = 0]
+time
+flexmember [test $HAVE_TIMEZONE_T = 0]
+setenv [test $HAVE_TIMEZONE_T = 0]
+stdbool [test $HAVE_TIMEZONE_T = 0]
+time_r [test $HAVE_TIMEZONE_T = 0]
+timegm [test $HAVE_TIMEZONE_T = 0]
+tzset [test $HAVE_TIMEZONE_T = 0]
+unsetenv [test $HAVE_TIMEZONE_T = 0]
configure.ac:
gl_TIME_RZ
-if test "$HAVE_TIMEZONE_T" = 0; then
+if test $HAVE_TIMEZONE_T = 0; then
AC_LIBOBJ([time_rz])
fi
gl_TIME_MODULE_INDICATOR([time_rz])