svn commit: samba r20794 - in branches/SAMBA_4_0/source/lib/events: .

metze at samba.org metze at samba.org
Mon Jan 15 08:17:16 GMT 2007


Author: metze
Date: 2007-01-15 08:17:15 +0000 (Mon, 15 Jan 2007)
New Revision: 20794

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

Log:
hopefully fix the build on systems without native linux aio

metze
Modified:
   branches/SAMBA_4_0/source/lib/events/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/events/config.m4	2007-01-15 07:53:45 UTC (rev 20793)
+++ branches/SAMBA_4_0/source/lib/events/config.m4	2007-01-15 08:17:15 UTC (rev 20794)
@@ -13,5 +13,5 @@
 		SMB_ENABLE(EVENTS_AIO,YES)
 		AC_DEFINE(HAVE_LINUX_AIO, 1, [Whether Linux AIO is available])
 	fi
-	SMB_EXT_LIB(LIBAIO_LINUX, $AIO_LIBS)
 fi
+SMB_EXT_LIB(LIBAIO_LINUX, $AIO_LIBS)



More information about the samba-cvs mailing list