1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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 commit is contained in:
Volker Lendecke 2006-09-18 21:29:08 +00:00 committed by Gerald (Jerry) Carter
parent 609224565f
commit fa53ad6571

View File

@ -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