mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
configure.ac: remove superfluous bracket
Reported-by: Cory Fields
This commit is contained in:
parent
15fd245b9a
commit
12564aa166
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue