diff options
| author | Jeff Garzik <[email protected]> | 2013-09-07 19:42:32 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-09-07 19:42:32 -0400 |
| commit | 12564aa1664cb81b3a81e1a706bde997108aba00 (patch) | |
| tree | e14ad10fbc1b585b3126dfa169b280ca2e505e2d | |
| parent | Merge pull request #2943 from theuni/autotools-final (diff) | |
| download | discoin-12564aa1664cb81b3a81e1a706bde997108aba00.tar.xz discoin-12564aa1664cb81b3a81e1a706bde997108aba00.zip | |
configure.ac: remove superfluous bracket
Reported-by: Cory Fields
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |