aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSebastian Kung <seb.kung@gmail.com>2018-06-02 23:45:52 +0200
committerTheCharlatan <seb.kung@gmail.com>2018-07-06 14:26:26 +0200
commit800dea88a6ad2d8b615c1cc486da5942f6e391c2 (patch)
tree52d7903cf358487a7e35c7c0e651afbc80321858 /build-aux
parent70afa65b175080b617e168be5396fbc180ae8bc5 (diff)
downloadbitcoin-800dea88a6ad2d8b615c1cc486da5942f6e391c2.tar.xz
Upgrade Qt depends to 5.9.6
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 0dddc812ba..05df8621d2 100644
--- a/build-aux/m4/bitcoin_qt.m4
+++ b/build-aux/m4/bitcoin_qt.m4
@@ -306,7 +306,7 @@ AC_DEFUN([_BITCOIN_QT_CHECK_QT58],[
dnl Internal. Check if the linked version of Qt was built as static libs.
-dnl Requires: Qt5. This check cannot determine if Qt4 is static.
+dnl Requires: Qt5.
dnl Requires: INCLUDES and LIBS must be populated as necessary.
dnl Output: bitcoin_cv_static_qt=yes|no
dnl Output: Defines QT_STATICPLUGIN if plugins are static.