summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-01-18 10:25:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:10 -0500
commitfcd791c1dad75af91e796f0e3fe3be5fbfcd02f0 (patch)
tree1f7d99b62885bb523a82aed28dad8ac265bcb8c8 /source3
parent0d3168381d82d34a58ba3a48f93e9e04844bc82e (diff)
downloadsamba-fcd791c1dad75af91e796f0e3fe3be5fbfcd02f0.tar.gz
samba-fcd791c1dad75af91e796f0e3fe3be5fbfcd02f0.tar.bz2
samba-fcd791c1dad75af91e796f0e3fe3be5fbfcd02f0.zip
r12994: Fix cut&paste error, thanks to Björn Jachke <bj@sernet.de>
(This used to be commit 8176f5a2821e897d8ff0b127450c918a2d82b70a)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ed3aac2c43..147038a930 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4505,8 +4505,8 @@ AC_ARG_WITH(aio-support,
AC_MSG_RESULT(yes)
case "$host_os" in
*)
- AC_CHECK_LIB(rt,aio_read,[AIO_LIBS="$ACL_LIBS -lrt"])
- AC_CHECK_LIB(aio,aio_read,[AIO_LIBS="$ACL_LIBS -laio"])
+ AC_CHECK_LIB(rt,aio_read,[AIO_LIBS="$AIO_LIBS -lrt"])
+ AC_CHECK_LIB(aio,aio_read,[AIO_LIBS="$AIO_LIBS -laio"])
AC_CACHE_CHECK([for asynchronous io support],samba_cv_HAVE_AIO,[
aio_LIBS=$LIBS
LIBS=$AIO_LIBS