diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-09-07 19:42:32 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-09-07 19:42:32 -0400 |
commit | 12564aa1664cb81b3a81e1a706bde997108aba00 (patch) | |
tree | e14ad10fbc1b585b3126dfa169b280ca2e505e2d /configure.ac | |
parent | 15fd245b9a4754485d1a272acce53bcf3290839f (diff) |
configure.ac: remove superfluous bracket
Reported-by: Cory Fields
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |