summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-15 08:17:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:30 -0500
commit9ba0c91e9f459bfec21d8d8d0c3c768744cdae0d (patch)
tree94e4971e45aa427e08bb510465bc489a52221ef3 /source4/lib/events
parent64f27395a10fbf9ad95921ff0a8481b7afb0d02d (diff)
downloadsamba-9ba0c91e9f459bfec21d8d8d0c3c768744cdae0d.tar.gz
samba-9ba0c91e9f459bfec21d8d8d0c3c768744cdae0d.tar.bz2
samba-9ba0c91e9f459bfec21d8d8d0c3c768744cdae0d.zip
r20794: hopefully fix the build on systems without native linux aio
metze (This used to be commit 4787b8e1f7a7bb6b1e0f8ca64a27e4c5e6f53c2c)
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/config.m4 b/source4/lib/events/config.m4
index b23407baed..c65ff91b17 100644
--- a/source4/lib/events/config.m4
+++ b/source4/lib/events/config.m4
@@ -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)