summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index c998385..19c60c1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -34,6 +34,5 @@ else
automake -a -c
autoconf -Wall
- ./configure --enabled-maintainer-mode --sysconfdir=/etc "$@"
+ ./configure --sysconfdir=/etc "$@"
fi
-