1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00

Change MySQL -> MariaDB inc scripts

This commit is contained in:
Monty
2014-08-03 15:12:53 +03:00
parent 3bde13932e
commit b4c74e2ab4
10 changed files with 67 additions and 68 deletions

View File

@@ -234,8 +234,8 @@ set -e
if test -f ./client/.libs/mysql
then
echo ""
echo "The MySQL clients are compiled dynamicly, which is not allowed for"
echo "a MySQL binary tar file. Please configure with"
echo "The MariaDB clients are compiled dynamically, which is not allowed for"
echo "a MariaDB binary tar file. Please configure with"
echo "--with-client-ldflags=-all-static and try again"
exit 1;
fi