summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-01-18 10:25:04 +0000
committerVolker Lendecke <vlendec@samba.org>2006-01-18 10:25:04 +0000
commit8a433fff000bf76c44afc5cac865f26c3ab03dfb (patch)
tree06479ceddd34a0c0de9e22e94fb6a7b52761d167 /source
parent815225bb15ed6b40f84e9f228a3bdfc00d7918f1 (diff)
downloadsamba-8a433fff000bf76c44afc5cac865f26c3ab03dfb.tar.gz
samba-8a433fff000bf76c44afc5cac865f26c3ab03dfb.tar.xz
samba-8a433fff000bf76c44afc5cac865f26c3ab03dfb.zip
r12994: Fix cut&paste error, thanks to Björn Jachke <bj@sernet.de>
Diffstat (limited to 'source')
-rw-r--r--source/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index ed3aac2c43f..147038a9301 100644
--- a/source/configure.in
+++ b/source/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