diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2013-09-08 03:18:47 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2014-01-18 21:10:52 +0000 |
commit | e18e1001eb28b97eaf449ac7eb167e59c32afad3 (patch) | |
tree | a6d73226c7bcf543cf63178fc119d5bc76aef243 /src/m4 | |
parent | a9dbcf036bc866c2e413b1d068541e35eafdfcd0 (diff) |
configure: Minor grammatical changes to be more clear
Diffstat (limited to 'src/m4')
-rw-r--r-- | src/m4/bitcoin_qt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4/bitcoin_qt.m4 b/src/m4/bitcoin_qt.m4 index 094c269f47..5ed9692186 100644 --- a/src/m4/bitcoin_qt.m4 +++ b/src/m4/bitcoin_qt.m4 @@ -113,7 +113,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ dnl enable qt support - AC_MSG_CHECKING(if GUI should be enabled) + AC_MSG_CHECKING(whether to build Bitcoin Core GUI) BITCOIN_QT_CHECK([ bitcoin_enable_qt=yes bitcoin_enable_qt_test=yes |