From 12564aa1664cb81b3a81e1a706bde997108aba00 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sat, 7 Sep 2013 19:42:32 -0400 Subject: [PATCH] configure.ac: remove superfluous bracket Reported-by: Cory Fields --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa4bb8bfd..dde2d2eb9 100644 --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ fi if test x$use_pkgconfig = xyes; then if test x$PKG_CONFIG == x; then - AC_MSG_ERROR(pkg-config not found.)] + AC_MSG_ERROR(pkg-config not found.) fi : #NOP