This is an automated email from the ASF dual-hosted git repository.
ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 92c338a3a Add new configure option and restore --dev behavior (#4582)
92c338a3a is described below
commit 92c338a3a20e4b2c174a52e4783fef65601fbdee
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue May 9 07:59:56 2023 +0200
Add new configure option and restore --dev behavior (#4582)
---
configure | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/configure b/configure
index 10d1d57ff..6c6877105 100755
--- a/configure
+++ b/configure
@@ -127,6 +127,13 @@ parse_opts() {
;;
--dev)
+ WITH_DOCS=0
+ WITH_FAUXTON=0
+ shift
+ continue
+ ;;
+
+ --dev-with-nouveau)
WITH_DOCS=0
WITH_FAUXTON=0
WITH_NOUVEAU=1