Commit fcbc69e7 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Merge mysql.com:/home/kostja/work/mysql-4.1-root

into mysql.com:/home/kostja/work/mysql-5.0-root
parents 4aebc4b3 9fa2bb09
...@@ -2629,7 +2629,7 @@ AC_SUBST(server_scripts) ...@@ -2629,7 +2629,7 @@ AC_SUBST(server_scripts)
sql_union_dirs=" $sql_server_dirs " sql_union_dirs=" $sql_server_dirs "
for DIR in $sql_client_dirs for DIR in $sql_client_dirs
do do
if echo $sql_union_dirs | grep " $DIR " >/dev/null if echo " $sql_union_dirs " | grep " $DIR " >/dev/null
then then
: # already present, skip : # already present, skip
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment