From: Damien Riegel Date: Wed, 19 Apr 2017 16:46:51 +0000 (-0400) Subject: remove check on srand48 X-Git-Tag: neomutt-20170526~38^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fccc0c4afe9a6a8af2eced8feb7f25110b1f6c9;p=neomutt remove check on srand48 Code doesn't refer to srand48 --- diff --git a/configure.ac b/configure.ac index 11468bc8e..1b97e0fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -491,7 +491,7 @@ AC_CHECK_DECLS([sys_siglist],[],[],[#include AC_TYPE_PID_T AC_CHECK_TYPE(ssize_t, int) -AC_CHECK_FUNCS(setegid srand48) +AC_CHECK_FUNCS(setegid) AC_REPLACE_FUNCS([wcscasecmp strcasestr])