summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-04 17:58:56 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-04 18:57:18 +0100
commit033428d7da12a6ddc741aa6c70c65eca57b6d182 (patch)
tree2e248bbf036abebe86bee8524007034785bc0746 /source4/ntvfs/posix/config.m4
parentf9cb82d547ec6fd05c8c5196016ed8f33dc8b300 (diff)
downloadsamba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.gz
samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.bz2
samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.zip
tevent: move samba4 stuff from libtevent.m4 to samba.m4
metze
Diffstat (limited to 'source4/ntvfs/posix/config.m4')
-rw-r--r--source4/ntvfs/posix/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/config.m4 b/source4/ntvfs/posix/config.m4
index fe1997b437..a6f79dfbb3 100644
--- a/source4/ntvfs/posix/config.m4
+++ b/source4/ntvfs/posix/config.m4
@@ -30,8 +30,7 @@ if test x"$ac_cv_func_ext_blkid_get_cache" = x"yes"; then
SMB_ENABLE(BLKID,YES)
fi
-AC_CHECK_HEADERS(libaio.h)
SMB_ENABLE(pvfs_aio,NO)
-if test x"$ac_cv_header_libaio_h" = x"yes"; then
+if test x"$tevent_cv_aio_support" = x"yes"; then
SMB_ENABLE(pvfs_aio,YES)
fi