diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-01-18 20:04:11 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2014-01-18 20:10:07 +0000 |
commit | f47299038d3327dcf11467bf56d3985e67c75aa7 (patch) | |
tree | 785f529a02f7485777ba4897ef5cc232a508b2de /configure.ac | |
parent | f930341d8165a16ba3e7d3dc53a36a37dfddeb36 (diff) |
Bugfix: Correct captitalisation of Qt
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 cb9673fe55..8a4e9828b3 100644 --- a/configure.ac +++ b/configure.ac @@ -622,7 +622,7 @@ if test x$bitcoin_enable_qt != xno; then if test x$use_tests = xyes; then BUILD_TEST_QT="test" if test x$bitcoin_enable_qt_test != xyes; then - AC_MSG_ERROR("QT Test lib not found. Use --disable-tests or --without-qt.") + AC_MSG_ERROR("Qt Test lib not found. Use --disable-tests or --without-qt.") fi fi fi |