summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2003-07-22 19:56:52 +0500
committerunknown <gluh@gluh.mysql.r18.ru>2003-07-22 19:56:52 +0500
commit89f41698802e6827d8964eb23f8cb4deed9d686a (patch)
tree04caf53d7877e25b80b9a04ef6d29a9927e1b409 /acinclude.m4
parentd911df6fe592173fb3382546ebe2989da73eded3 (diff)
downloadmariadb-git-89f41698802e6827d8964eb23f8cb4deed9d686a.tar.gz
Bug #554: Support for --with-openssl[=DIR]
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cc38b271ee6..746ea80d4fb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -728,7 +728,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
fi
done
;;
- default---* | *---default | yes---* | *---yes )
+ default---* | *---default )
AC_MSG_ERROR([if either 'includes' or 'libs' is specified, both must be specified])
;;
* )