diff options
author | unknown <konstantin@mysql.com> | 2005-01-18 16:23:10 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-01-18 16:23:10 +0300 |
commit | 1457163c97eb6eddc5d68f0b16239aec56e08d27 (patch) | |
tree | bef5ce44501416db3eccdda0eaa7c73a48778c85 /configure.in | |
parent | 381659fff59271da496f044a4abc09969c1c5165 (diff) | |
download | mariadb-git-1457163c97eb6eddc5d68f0b16239aec56e08d27.tar.gz |
Fix 'make distclean' goal.
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 9f89c635e7f..b1b8b128f46 100644 --- a/configure.in +++ b/configure.in @@ -3019,7 +3019,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 |