[monitoring-plugins] Update configure.ac

GitHub git at monitoring-plugins.org
Fri Oct 13 07:40:12 CEST 2023


    Module: monitoring-plugins
    Branch: master
    Commit: dbd49978afb1accb78b083d788fd2a7f4b0edef8
    Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      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 <waja at users.noreply.github.com>

---

 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;



More information about the Commits mailing list