mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 01:30:00 -04:00
Update configure.ac
Co-authored-by: waja <waja@users.noreply.github.com>
This commit is contained in:
parent
60ecb14b7c
commit
dbd49978af
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue