diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-18 10:36:31 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-18 10:36:31 -0500 |
commit | c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae (patch) | |
tree | f24571f85e7ce1daf6c663288fbc21720f999ba9 /configure.ac | |
parent | 0197a589691274055e3a6f47a3652a6714d676bc (diff) | |
download | portable-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.ac | 2 |
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" |
142 | fi | 142 | fi |
143 | 143 | ||
144 | AC_REQUIRE_AUX_FILE([tap-driver.sh]) | ||
145 | |||
144 | AC_OUTPUT | 146 | AC_OUTPUT |