summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-09-18 21:29:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:02 -0500
commit58bd4333a517464c0949134d5a9ad30a4d619001 (patch)
tree26ef4c240f05bdd77ad0f734add66d8af69f9b89 /source3/configure.in
parent0da8adbc59893b6d3a314381620eccb56ab5d784 (diff)
downloadsamba-58bd4333a517464c0949134d5a9ad30a4d619001.tar.gz
samba-58bd4333a517464c0949134d5a9ad30a4d619001.tar.bz2
samba-58bd4333a517464c0949134d5a9ad30a4d619001.zip
r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talking
SASL/Steve/Andrew I can't right now ask why the aio.h is needed for the timespec test. Might have to revert that soon. Volker (This used to be commit fa53ad6571c08e49c3fbe61d9be081c06633e408)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fbb6d9ebda..4f8e3329b9 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1129,9 +1129,6 @@ AC_CACHE_CHECK([for struct timespec type],samba_cv_struct_timespec, [
# include <time.h>
# endif
#endif
-#if HAVE_AIO_H
-#include <aio.h>
-#endif
],[struct timespec ts;],
samba_cv_struct_timespec=yes,samba_cv_struct_timespec=no)])
if test x"$samba_cv_struct_timespec" = x"yes"; then