aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-09 03:10:44 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-16 11:09:22 +0200
commit9123ec15db104397998f5084afc69403d2f9e4b8 (patch)
tree5c77c9fb6f791604803ecc2ddfaf0dcbc16f80ce /build-aux
parentfded4f48c33742d7c790335c8de59c15b80d94e6 (diff)
downloadbitcoin-9123ec15db104397998f5084afc69403d2f9e4b8.tar.xz
build: Remove extra tokens warning
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/m4/bitcoin_qt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4
index 65e7ba71de..88aff2e58c 100644
--- a/build-aux/m4/bitcoin_qt.m4
+++ b/build-aux/m4/bitcoin_qt.m4
@@ -250,7 +250,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
AC_CACHE_CHECK(for static Qt, bitcoin_cv_static_qt,[
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include <QtCore/qconfig.h>
- #ifndef QT_VERSION OR QT_VERSION_STR
+ #ifndef QT_VERSION
# include <QtCore/qglobal.h>
#endif
]],