svn commit: samba r18638 - in branches/SAMBA_3_0/source: .

vlendec at samba.org vlendec at samba.org
Mon Sep 18 21:29:08 GMT 2006


Author: vlendec
Date: 2006-09-18 21:29:08 +0000 (Mon, 18 Sep 2006)
New Revision: 18638

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18638

Log:
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

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-18 21:03:03 UTC (rev 18637)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-18 21:29:08 UTC (rev 18638)
@@ -1129,9 +1129,6 @@
 #  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



More information about the samba-cvs mailing list