;;
esac
- fi
- for ac_func in getentropy
+ for ac_func in getentropy
do :
ac_fn_c_check_func "$LINENO" "getentropy" "ac_cv_func_getentropy"
if test "x$ac_cv_func_getentropy" = xyes; then :
fi
done
+ fi
fi
LIBOBJ_WITHOUT_CTIME="$LIBOBJS"
if test "$ac_cv_func_arc4random" = "no" -o "$ac_cv_func_arc4random_uniform" = "no"; then
AC_LIBOBJ(explicit_bzero)
AC_LIBOBJ(arc4_lock)
- fi
- AC_CHECK_FUNCS([getentropy],,[
+ AC_CHECK_FUNCS([getentropy],,[
case `uname` in
Darwin)
AC_LIBOBJ(getentropy_osx)
])
;;
esac
- ])
+ ])
+ fi
fi
LIBOBJ_WITHOUT_CTIME="$LIBOBJS"
AC_SUBST(LIBOBJ_WITHOUT_CTIME)