mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 02:29:51 -05:00
remove ;
git-svn-id: file:///svn/unbound/trunk@3176 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
eeb39524f2
commit
695f4ce1e9
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -18250,7 +18250,7 @@ else
|
|||
|
||||
|
||||
$as_echo "#define COMPAT_SHA512 1" >>confdefs.h
|
||||
;
|
||||
|
||||
case " $LIBOBJS " in
|
||||
*" sha512.$ac_objext "* ) ;;
|
||||
*) LIBOBJS="$LIBOBJS sha512.$ac_objext"
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue