aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
243[ -e Makefile ] || { 243[ -e Makefile ] || {
244 echo "Running ./configure..." 244 echo "Running ./configure..."
245 245
246 ./configure || die "configure error" 246 ## Minimize required packages.
247 ./configure --without-x || die "configure error"
247} 248}
248 249
249 250