diff options
author | unknown <guilhem@mysql.com> | 2005-01-18 14:46:27 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2005-01-18 14:46:27 +0100 |
commit | c207dfd9944c33309c66281a50fd751d40381769 (patch) | |
tree | a378d86693af8cf31cfaa50c03ed70e6714f255b | |
parent | 2ec0d730258a1ab567ba9c5b4d71d795ae18e489 (diff) | |
parent | 2048cfcce2cf629927777d8a1c7b6e456bf307b8 (diff) | |
download | mariadb-git-c207dfd9944c33309c66281a50fd751d40381769.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/mysql_src/mysql-5.0-clean
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 198e2407541..5366254fc4c 100644 --- a/configure.in +++ b/configure.in @@ -2629,7 +2629,7 @@ AC_SUBST(server_scripts) sql_union_dirs=" $sql_server_dirs " for DIR in $sql_client_dirs do - if echo $sql_union_dirs | grep " $DIR " >/dev/null + if echo " $sql_union_dirs " | grep " $DIR " >/dev/null then : # already present, skip else |