r20794: hopefully fix the build on systems without native linux aio
authorStefan Metzmacher <metze@samba.org>
Mon, 15 Jan 2007 08:17:15 +0000 (08:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:43:30 +0000 (14:43 -0500)
metze

source/lib/events/config.m4

index b23407baed993c3ba300440c35fb09ba532eccca..c65ff91b1744e46681df5df1bdc8a6b0994a9f32 100644 (file)
@@ -13,5 +13,5 @@ if test x"$ac_cv_header_sys_epoll_h" = x"yes" -a x"$ac_cv_func_epoll_create" = x
                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)