From 58bd4333a517464c0949134d5a9ad30a4d619001 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 18 Sep 2006 21:29:08 +0000 Subject: r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talking SASL/Steve/Andrew I can't right now ask why the aio.h is needed for the timespec test. Might have to revert that soon. Volker (This used to be commit fa53ad6571c08e49c3fbe61d9be081c06633e408) --- source3/configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index fbb6d9ebda..4f8e3329b9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1129,9 +1129,6 @@ AC_CACHE_CHECK([for struct timespec type],samba_cv_struct_timespec, [ # include # endif #endif -#if HAVE_AIO_H -#include -#endif ],[struct timespec ts;], samba_cv_struct_timespec=yes,samba_cv_struct_timespec=no)]) if test x"$samba_cv_struct_timespec" = x"yes"; then -- cgit