]> granicus.if.org Git - pdns/commitdiff
oops
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 21 Jun 2017 09:12:59 +0000 (11:12 +0200)
committermind04 <mind04@monshouwer.org>
Wed, 21 Jun 2017 09:14:40 +0000 (11:14 +0200)
m4/pdns_check_libdecaf.m4

index 6e4e82314ddc19ef2ebe862b7c2b8f9181652f13..e810903f6cd51f2c9793b7d5e1cb730571c21762 100644 (file)
@@ -16,8 +16,8 @@ AC_DEFUN([PDNS_CHECK_LIBDECAF],[
       AC_DEFINE([HAVE_LIBDECAF],[1],[Define to 1 if you have libdecaf])
       AC_SUBST([LIBDECAF_LIBS],["$LIBS"])
     ],[
-        AC_MSG_ERROR([Could not find libdecaf])]
-    )]
+        AC_MSG_ERROR([Could not find libdecaf])
+    ])
     LIBS="$save_LIBS"
-  )
+  ])
 ])