diff options
| author | Cory Fields <[email protected]> | 2014-06-03 23:43:36 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-07-17 22:15:21 -0400 |
| commit | 2d89ea9781d25b887b7804ee0e5749fbe044f455 (patch) | |
| tree | 0893ad011de5a739ae8508149f6d5a43d4e2582c /configure.ac | |
| parent | build: allow linux and osx to build against static qt5 (diff) | |
| download | discoin-2d89ea9781d25b887b7804ee0e5749fbe044f455.tar.xz discoin-2d89ea9781d25b887b7804ee0e5749fbe044f455.zip | |
build: fix whitespace in pkg-config variable
Useful for PKG_CONFIG="pkg-config --static"
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 b454ac515..cedc34e52 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |