diff options
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 |