Skip to content

Commit 9123ec1

Browse files
committed
build: Remove extra tokens warning
1 parent fded4f4 commit 9123ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/m4/bitcoin_qt.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
250250
AC_CACHE_CHECK(for static Qt, bitcoin_cv_static_qt,[
251251
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
252252
#include <QtCore/qconfig.h>
253-
#ifndef QT_VERSION OR QT_VERSION_STR
253+
#ifndef QT_VERSION
254254
# include <QtCore/qglobal.h>
255255
#endif
256256
]],

0 commit comments

Comments
 (0)