diff options
author | ndbdev@dl145b.mysql.com <> | 2005-06-16 19:10:32 +0200 |
---|---|---|
committer | ndbdev@dl145b.mysql.com <> | 2005-06-16 19:10:32 +0200 |
commit | 558488d592bf52ec2c912cbbbf467fe0d480ed6c (patch) | |
tree | 35de7572fd2a5b9fa09114ce6fe97e5f3afe4a01 /configure.in | |
parent | 5eab6ddcd6d88c97dbe7d9b4123551e3cd8e74b4 (diff) | |
parent | f0caf7d58cfe5801df872324fda51a3106aa1288 (diff) | |
download | mariadb-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.in | 2 |
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] ) |