diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-08-10 01:19:54 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-08-10 02:10:28 +0300 |
commit | 4af4672525f698c7b491023fcd36a17a4e982070 (patch) | |
tree | 783e3c592075c4d85b8198847e6f030366179c2b /configure.ac | |
parent | 30e336f785e1b662cade3cfacea91a9785ea1023 (diff) |
build, qt: Add Qt version checking
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 2381c5dd08..9aec861689 100644 --- a/configure.ac +++ b/configure.ac @@ -1134,7 +1134,7 @@ else BITCOIN_QT_INIT dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus - BITCOIN_QT_CONFIGURE + BITCOIN_QT_CONFIGURE([5.5.1]) fi if test x$enable_wallet != xno; then |