summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 58a299f..b5374b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -646,7 +646,7 @@ AC_TRY_COMPILE([#include <sys/time.h>],
646 AC_DEFINE(HAVE_STRUCT_TIMEVAL,1,[Define if we have a timeval structure]) 646 AC_DEFINE(HAVE_STRUCT_TIMEVAL,1,[Define if we have a timeval structure])
647 FOUND_STRUCT_TIMEVAL="yes") 647 FOUND_STRUCT_TIMEVAL="yes")
648 648
649if test x$FOUND_STRUCT_TIMEVAL = x"yes"; then 649if test x"$FOUND_STRUCT_TIMEVAL" = x"yes"; then
650 AC_TRY_COMPILE([#include <sys/time.h>], 650 AC_TRY_COMPILE([#include <sys/time.h>],
651 [struct timeval *tv; 651 [struct timeval *tv;
652 struct timezone *tz; 652 struct timezone *tz;