summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2023-05-09 07:59:56 +0200
committerGitHub <noreply@github.com>2023-05-09 07:59:56 +0200
commit92c338a3a20e4b2c174a52e4783fef65601fbdee (patch)
tree243ac70d31a421f20bb1583a2d11f1ab66ee918a
parent1a59e5d7055d640be10de0ee4a928e5caa696bb8 (diff)
downloadcouchdb-92c338a3a20e4b2c174a52e4783fef65601fbdee.tar.gz
Add new configure option and restore --dev behavior (#4582)
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 10d1d57ff..6c6877105 100755
--- a/configure
+++ b/configure
@@ -129,6 +129,13 @@ parse_opts() {
--dev)
WITH_DOCS=0
WITH_FAUXTON=0
+ shift
+ continue
+ ;;
+
+ --dev-with-nouveau)
+ WITH_DOCS=0
+ WITH_FAUXTON=0
WITH_NOUVEAU=1
shift
continue