summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorndbdev@dl145b.mysql.com <>2005-06-16 19:10:32 +0200
committerndbdev@dl145b.mysql.com <>2005-06-16 19:10:32 +0200
commit558488d592bf52ec2c912cbbbf467fe0d480ed6c (patch)
tree35de7572fd2a5b9fa09114ce6fe97e5f3afe4a01 /configure.in
parent5eab6ddcd6d88c97dbe7d9b4123551e3cd8e74b4 (diff)
parentf0caf7d58cfe5801df872324fda51a3106aa1288 (diff)
downloadmariadb-git-558488d592bf52ec2c912cbbbf467fe0d480ed6c.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a4daa5c2611..0a28b8a87f3 100644
--- a/configure.in
+++ b/configure.in
@@ -2274,7 +2274,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]
)