Module: monitoring-plugins
Branch: master
Commit: dbd49978afb1accb78b083d788fd2a7f4b0edef8
Author: Lorenz Kästle <[email protected]>
Committer: GitHub <[email protected]>
Date: Fri Oct 13 01:38:42 2023 +0200
URL:
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=dbd4997
Update configure.ac
Co-authored-by: waja <[email protected]>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>],
AC_DEFINE(HAVE_STRUCT_TIMEVAL,1,[Define if we have a timeval
structure])
FOUND_STRUCT_TIMEVAL="yes")
-if test x$FOUND_STRUCT_TIMEVAL = x"yes"; then
+if test x"$FOUND_STRUCT_TIMEVAL" = x"yes"; then
AC_TRY_COMPILE([#include <sys/time.h>],
[struct timeval *tv;
struct timezone *tz;