diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-29 12:57:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-29 12:57:12 +0200 |
commit | 0fca23de625d0643be52f7c70f7e117bce4cbfde (patch) | |
tree | f2aecd0fd7178a8a8f7982a26624fce34a8c1214 /extension/configure | |
parent | 5d7845e424e3ccb9fed4ba6bbb03be322a1c40f0 (diff) | |
parent | c182937de92dc028a12a6c9350773dced1841751 (diff) | |
download | egawk-0fca23de625d0643be52f7c70f7e117bce4cbfde.tar.gz egawk-0fca23de625d0643be52f7c70f7e117bce4cbfde.tar.bz2 egawk-0fca23de625d0643be52f7c70f7e117bce4cbfde.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/extension/configure b/extension/configure index 854e296f..084334e1 100755 --- a/extension/configure +++ b/extension/configure @@ -12911,20 +12911,6 @@ $as_echo "#define HAVE_MPFR 1" >>confdefs.h ;; esac -for ac_func in fdopendir fnmatch getdtablesize \ - gettimeofday nanosleep select statvfs \ - GetSystemTimeAsFileTime -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fmod" >&5 $as_echo_n "checking for library containing fmod... " >&6; } if ${ac_cv_search_fmod+:} false; then : @@ -12981,6 +12967,20 @@ if test "$ac_res" != no; then : fi +for ac_func in fdopendir fmod fnmatch getdtablesize \ + gettimeofday nanosleep select statvfs \ + GetSystemTimeAsFileTime +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + |