aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2013-09-07 19:42:32 -0400
committerJeff Garzik <jgarzik@bitpay.com>2013-09-07 19:42:32 -0400
commit12564aa1664cb81b3a81e1a706bde997108aba00 (patch)
treee14ad10fbc1b585b3126dfa169b280ca2e505e2d /configure.ac
parent15fd245b9a4754485d1a272acce53bcf3290839f (diff)
downloadbitcoin-12564aa1664cb81b3a81e1a706bde997108aba00.tar.xz
configure.ac: remove superfluous bracket
Reported-by: Cory Fields
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa4bb8bfd9..dde2d2eb98 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