From 56b2eccb6b7640d3448f3f191e2f459fa6dff750 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 3 Mar 2014 10:31:51 -0800 Subject: [PATCH] Don't build Fontconfig docs Fixes #1790 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 5a72c10a13d..6fa3ecdcbeb 100755 --- a/configure +++ b/configure @@ -686,6 +686,7 @@ do CONFIGURE_SCRIPT="${CFG_SRC_DIR}src/${i}/autogen.sh" CONFIGURE_ARGS="${CONFIGURE_ARGS} --sysconfdir=/etc" CONFIGURE_ARGS="${CONFIGURE_ARGS} --localstatedir=/var" + CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-docs" CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-shared" # work around Rust #12557 if [ -f /etc/redhat-release ]; then # Some RedHat-based distros (including our CentOS 6 build machines) are missing