1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0

into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-B
This commit is contained in:
unknown
2005-06-16 16:24:33 +02:00

View File

@@ -2273,7 +2273,7 @@ AC_ARG_WITH([mysqlmanager],
[if test "x${withval}" != "xno"; then
tools_dirs="$tools_dirs server-tools"
fi],
[if test "x${with_server}" == "xyes"; then
[if test "x${with_server}" = "xyes"; then
tools_dirs="$tools_dirs server-tools"
fi]
)