summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen/update_autogen3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen/update_autogen b/autogen/update_autogen
index 7497f33f30c..6c9766ead52 100755
--- a/autogen/update_autogen
+++ b/autogen/update_autogen
@@ -243,7 +243,8 @@ done < $tempfile
[ -e Makefile ] || {
echo "Running ./configure..."
- ./configure || die "configure error"
+ ## Minimize required packages.
+ ./configure --without-x || die "configure error"
}