Grammar in configure.ac

This commit is contained in:
Rytis Slatkevičius 2020-03-13 14:12:07 +02:00 committed by Isira Seneviratne
parent 81191bf06e
commit 0c04d8ddfd
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ if test "${enable_server}" = yes; then
if test "${no_mysql}" = yes; then if test "${no_mysql}" = yes; then
AC_MSG_ERROR([ AC_MSG_ERROR([
================================================================================ ================================================================================
ERROR: trying to build BOINC-server, but MYSQL was not be found. ERROR: trying to build BOINC-server, but MYSQL was not found.
If you do not want to build the server you should use --disable-server. If you do not want to build the server you should use --disable-server.