mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
build: fix whitespace in pkg-config variable
Useful for PKG_CONFIG="pkg-config --static"
This commit is contained in:
parent
ab123ad4d6
commit
2d89ea9781
@ -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
|
||||
|
||||
|
@ -86,9 +86,6 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
|
||||
fi
|
||||
|
||||
if test x$use_pkgconfig = xyes; then
|
||||
if test x$PKG_CONFIG == x; then
|
||||
AC_MSG_ERROR(pkg-config not found.)
|
||||
fi
|
||||
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITH_PKGCONFIG([$2])])
|
||||
else
|
||||
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG])
|
||||
|
Loading…
Reference in New Issue
Block a user