Skip to content

Commit 9450439

Browse files
committed
build: remove extra tokens warning
1 parent ebb4da9 commit 9450439

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
@@ -296,7 +296,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
296296
AC_CACHE_CHECK([for static Qt], bitcoin_cv_static_qt,[
297297
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
298298
#include <QtCore/qconfig.h>
299-
#ifndef QT_VERSION OR QT_VERSION_STR
299+
#ifndef QT_VERSION
300300
# include <QtCore/qglobal.h>
301301
#endif
302302
]],

0 commit comments

Comments
 (0)