summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76fa93d1b..d305e9693 100755
--- a/configure.ac
+++ b/configure.ac
@@ -3488,7 +3488,7 @@ AC_RUN_IFELSE([
AC_LANG_SOURCE([[
#include <time.h>
#include <limits.h>
- time_t t = ULONG_MAX;
+ time_t t = -1;
return (t > 0);
]])] ,[
AC_MSG_RESULT([yes])