1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

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

metze
(This used to be commit 4787b8e1f7a7bb6b1e0f8ca64a27e4c5e6f53c2c)
This commit is contained in:
Stefan Metzmacher 2007-01-15 08:17:15 +00:00 committed by Gerald (Jerry) Carter
parent 64f27395a1
commit 9ba0c91e9f

View 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)