Update configure.ac

Co-authored-by: waja <waja@users.noreply.github.com>
This commit is contained in:
Lorenz Kästle 2023-10-13 01:38:42 +02:00 committed by GitHub
parent 60ecb14b7c
commit dbd49978af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;