aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eecfb41..9fd7c2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,12 @@ AM_CONDITIONAL([SMALL_TIME_T], [test "$ac_cv_sizeof_time_t" = "4"])
142if test "$ac_cv_sizeof_time_t" = "4"; then 142if test "$ac_cv_sizeof_time_t" = "4"; then
143 echo " ** Warning, this system is unable to represent times past 2038" 143 echo " ** Warning, this system is unable to represent times past 2038"
144 echo " ** It will behave incorrectly when handling valid RFC5280 dates" 144 echo " ** It will behave incorrectly when handling valid RFC5280 dates"
145
146 if test "$host_os" = "mingw32" ; then
147 echo " **"
148 echo " ** You can solve this by adjusting the build flags in your"
149 echo " ** mingw-w64 toolchain. Refer to README.windows for details."
150 fi
145fi 151fi
146 152
147AC_REQUIRE_AUX_FILE([tap-driver.sh]) 153AC_REQUIRE_AUX_FILE([tap-driver.sh])