mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
build: Remove extra tokens warning
This commit is contained in:
parent
fded4f48c3
commit
9123ec15db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]],
|
||||
|
|
Loading…
Add table
Reference in a new issue