mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
build: fix whitespace in pkg-config variable
Useful for PKG_CONFIG="pkg-config --static"
This commit is contained in:
@@ -526,7 +526,7 @@ BITCOIN_QT_INIT
|
||||
|
||||
if test x$use_pkgconfig = xyes; then
|
||||
|
||||
if test x$PKG_CONFIG == x; then
|
||||
if test x"$PKG_CONFIG" == "x"; then
|
||||
AC_MSG_ERROR(pkg-config not found.)
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user