diff -r ce056c64e426 -r c6fc1928c22c meson.build --- a/meson.build Mon Sep 16 19:50:39 2019 -0400 +++ b/meson.build Mon Sep 16 20:27:43 2019 -0400 @@ -901,11 +901,11 @@ #AC_MSG_CHECKING(for me pot o' gold) #AC_MSG_RESULT(no) -foreach func : ['gethostid', 'timegm'] +foreach func : ['timegm'] conf.set('HAVE_' + func.to_upper(), compiler.has_function(func)) endforeach -foreach header : 'paths.h sgtty.h sys/cdefs.h sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h sys/select.h sys/uio.h sys/utsname.h sys/wait.h termios.h'.split() +foreach header : 'sgtty.h sys/cdefs.h sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h sys/select.h sys/wait.h termios.h'.split() conf.set('HAVE_' + header.to_upper().underscorify(), compiler.has_header(header)) endforeach