git-svn-id: file:///svn/unbound/trunk@3176 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-07-11 16:45:47 +00:00
parent eeb39524f2
commit 695f4ce1e9
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -18250,7 +18250,7 @@ else
$as_echo "#define COMPAT_SHA512 1" >>confdefs.h
;
case " $LIBOBJS " in
*" sha512.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS sha512.$ac_objext"

View file

@ -998,7 +998,7 @@ if test "$USE_NSS" = "no"; then
Linux|*)
AC_LIBOBJ(getentropy_linux)
AC_CHECK_FUNCS([SHA512_Update],,[
AC_DEFINE([COMPAT_SHA512], [1], [Do sha512 definitions in config.h]);
AC_DEFINE([COMPAT_SHA512], [1], [Do sha512 definitions in config.h])
AC_LIBOBJ(sha512)
])
AC_SEARCH_LIBS([clock_gettime], [rt])