]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix extra ] in configure.in
authorOndřej Surý <ondrej@sury.org>
Wed, 4 Apr 2018 19:57:28 +0000 (21:57 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 3 May 2018 13:22:15 +0000 (15:22 +0200)
configure
configure.in

index 92341fa5fb8aa7cd6d6508d46d0811d47facebca..88f21d857f908d4b543608104faa431e637a12d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -16817,7 +16817,7 @@ fi
                yes)
 
 $as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
-],
+
                        ;;
                *)
                        ;;
index f930e709ae78623a9bf1ab2c25d22dc1e3bf9bbf..66992da669b075d4614f8ad79097437cedc51861 100644 (file)
@@ -1901,7 +1901,7 @@ int main() {
                case $have_ed448 in
                yes)
                        AC_DEFINE(HAVE_OPENSSL_ED448, 1,
-                                 [Define if your OpenSSL version supports Ed448.])],
+                                 [Define if your OpenSSL version supports Ed448.])
                        ;;         
                *)
                        ;;