diff options
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure index 1916e1d..57c4fcf 100755 --- a/sim/configure +++ b/sim/configure @@ -2929,6 +2929,8 @@ as_fn_append ac_func_list " ioctl" as_fn_append ac_func_list " kill" as_fn_append ac_func_list " link" as_fn_append ac_func_list " lseek" +as_fn_append ac_func_list " lstat" +as_fn_append ac_func_list " mkdir" as_fn_append ac_func_list " mmap" as_fn_append ac_func_list " munmap" as_fn_append ac_func_list " pipe" @@ -5544,6 +5546,10 @@ done + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if ${ac_cv_struct_tm+:} false; then : @@ -12425,7 +12431,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12428 "configure" +#line 12434 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12531,7 +12537,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12534 "configure" +#line 12540 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |