aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6f98b3e..384a2b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,7 @@ AC_CONFIG_FILES([
134 134
135AM_CONDITIONAL([SMALL_TIME_T], [test "$ac_cv_sizeof_time_t" = "4"]) 135AM_CONDITIONAL([SMALL_TIME_T], [test "$ac_cv_sizeof_time_t" = "4"])
136if test "$ac_cv_sizeof_time_t" = "4"; then 136if test "$ac_cv_sizeof_time_t" = "4"; then
137 AC_DEFINE([SMALL_TIME_T])
137 echo " ** Warning, this system is unable to represent times past 2038" 138 echo " ** Warning, this system is unable to represent times past 2038"
138 echo " ** It will behave incorrectly when handling valid RFC5280 dates" 139 echo " ** It will behave incorrectly when handling valid RFC5280 dates"
139 140