aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-18 10:36:31 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-18 10:36:31 -0500
commitc8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae (patch)
treef24571f85e7ce1daf6c663288fbc21720f999ba9 /configure.ac
parent0197a589691274055e3a6f47a3652a6714d676bc (diff)
downloadportable-c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae.tar.gz
portable-c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae.tar.bz2
portable-c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae.zip
make it clear that we skipped 64-bit time_t tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 148ca64..f15e746 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,4 +141,6 @@ if test "$ac_cv_sizeof_time_t" = "4"; then
141 echo " ** It will behave incorrectly when handling valid RFC5280 dates" 141 echo " ** It will behave incorrectly when handling valid RFC5280 dates"
142fi 142fi
143 143
144AC_REQUIRE_AUX_FILE([tap-driver.sh])
145
144AC_OUTPUT 146AC_OUTPUT