r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talking
authorVolker Lendecke <vlendec@samba.org>
Mon, 18 Sep 2006 21:29:08 +0000 (21:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:52:02 +0000 (11:52 -0500)
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

source/configure.in

index fbb6d9ebdadd5fd8cf46ffac7bf777a762cee6c8..4f8e3329b9e78a352e4b478b15c0580106cb7512 100644 (file)
@@ -1129,9 +1129,6 @@ AC_CACHE_CHECK([for struct timespec type],samba_cv_struct_timespec, [
 #  include <time.h>
 # endif
 #endif
-#if HAVE_AIO_H
-#include <aio.h>
-#endif
 ],[struct timespec ts;],
        samba_cv_struct_timespec=yes,samba_cv_struct_timespec=no)])
 if test x"$samba_cv_struct_timespec" = x"yes"; then