]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove ;
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Jul 2014 16:45:47 +0000 (16:45 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Jul 2014 16:45:47 +0000 (16:45 +0000)
git-svn-id: file:///svn/unbound/trunk@3176 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index b42d5c83489392c680bca5b1edebd8b102ffc0af..5d50bd79e808685ffc7b9f0951858b881bb21f0b 100755 (executable)
--- a/configure
+++ b/configure
@@ -18250,7 +18250,7 @@ else
 
 
 $as_echo "#define COMPAT_SHA512 1" >>confdefs.h
-;
+
                                        case " $LIBOBJS " in
   *" sha512.$ac_objext "* ) ;;
   *) LIBOBJS="$LIBOBJS sha512.$ac_objext"
index bd912e92d99df9a386d78e5d619d98d52e0ee272..54e7cabb20731aeb5f0f517e5155b24c796659bc 100644 (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])