summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-04 00:01:15 +0000
committerKarl Berry <karl@freefriends.org>2021-01-04 00:01:15 +0000
commit1b0ca135b8db6e2711512fdb21fa5eecf3a899a3 (patch)
treea2de03f32ec0128a915d37ac210840aa3dad7c96 /Build/source/libs/freetype2/configure.ac
parente31347e2e9b55fc186b3af5f8420c5ba555dd87d (diff)
force --without-brotli for freetype config
git-svn-id: svn://tug.org/texlive/trunk@57320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/configure.ac')
-rw-r--r--Build/source/libs/freetype2/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/freetype2/configure.ac b/Build/source/libs/freetype2/configure.ac
index f7a61878529..1e1e8aeb68e 100644
--- a/Build/source/libs/freetype2/configure.ac
+++ b/Build/source/libs/freetype2/configure.ac
@@ -1,6 +1,7 @@
+dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2018 Karl Berry <tex-live@tug.org>
+dnl Copyright 2018-2020 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2013 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
@@ -20,7 +21,8 @@ AC_PROG_CC
AM_CONDITIONAL([build], [test "x$enable_build" != xno])
-# pass explicit --host and --build, but nothing else?
+# pass explicit --host and --build, but nothing else from here.
+# Other unconditional options are passed from the Makefile[.am] here.
if test "x$host" = x; then
config_args=
else
@@ -31,9 +33,7 @@ if test "x$build" != x; then
fi
AC_SUBST([config_args])
-
AC_SUBST([FREETYPE_TREE], [freetype-src])
AC_CONFIG_FILES([Makefile])
-
AC_OUTPUT