summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])
;;
* )