summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-10-12 23:38:42 (GMT)
committerGitHub <noreply@github.com>2023-10-12 23:38:42 (GMT)
commitdbd49978afb1accb78b083d788fd2a7f4b0edef8 (patch)
tree557d10080cf8f4fa42adb7a9b6b9bed2bcef510d
parent60ecb14b7c1db72c49e3fa6b4338c9365d303451 (diff)
downloadmonitoring-plugins-dbd49978afb1accb78b083d788fd2a7f4b0edef8.tar.gz
Update configure.acrefs/pull/1927/head
Co-authored-by: waja <waja@users.noreply.github.com>
-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;