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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user