summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
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