diff options
author | fanquake <fanquake@gmail.com> | 2019-07-23 11:09:27 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-07-24 09:17:47 +0800 |
commit | 1bb1661a402de573840d2089fc27f797c8b64f15 (patch) | |
tree | 1ffc06a4eafea6e53b84f153738a3c9566ee44be /build-aux/m4/bitcoin_qt.m4 | |
parent | 0aeb98ac1fc5cf62b4516896fa93ac97faafd736 (diff) |
doc: fix typo in bitcoin_qt.m4 comment
Diffstat (limited to 'build-aux/m4/bitcoin_qt.m4')
-rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index b72070adfd..675fb6d3fb 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -268,7 +268,7 @@ AC_DEFUN([_BITCOIN_QT_CHECK_QT5],[ dnl Internal. Check if the included version of Qt is greater than Qt58. dnl Requires: INCLUDES must be populated as necessary. -dnl Output: bitcoin_cv_qt5=yes|no +dnl Output: bitcoin_cv_qt58=yes|no AC_DEFUN([_BITCOIN_QT_CHECK_QT58],[ AC_CACHE_CHECK(for > Qt 5.7, bitcoin_cv_qt58,[ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ |