Bugfix: Correct captitalisation of Qt

This commit is contained in:
Luke Dashjr
2014-01-18 20:04:11 +00:00
parent f930341d81
commit f47299038d
2 changed files with 9 additions and 9 deletions

View File

@@ -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