diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-09-18 21:29:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:02 -0500 |
commit | 58bd4333a517464c0949134d5a9ad30a4d619001 (patch) | |
tree | 26ef4c240f05bdd77ad0f734add66d8af69f9b89 /source3 | |
parent | 0da8adbc59893b6d3a314381620eccb56ab5d784 (diff) | |
download | samba-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')
-rw-r--r-- | source3/configure.in | 3 |
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 |