summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-16 11:22:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-16 11:22:15 +0000
commitf90f4280c02f9f2228808934ec65758a6004c044 (patch)
tree674a841a787c762882672f2d750833f99ccb5344 /Build/source/configure.ac
parent24c37e32d4c16fe3ef9b4292aa997e41f4666729 (diff)
update build system
git-svn-id: svn://tug.org/texlive/trunk@13771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index 53e92aa737f..3ad3585a9e9 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -58,13 +58,6 @@ if test "x$LN_S" != "xln -s" && test "x$with_ln_s" != xno; then
AC_MSG_ERROR([You could use `--without-ln-s' to build without working `ln -s'])
fi
-## FIXME
-if test "x$with_fontconfig" != x; then
- AC_MSG_ERROR([Sorry, the configure option `--with-fontconfig' is no longer supported.
- Either use `--with-fontconfig-includes' and/or `--with-fontconfig-libdir'.
- or (preferably) use pkg-config, if necessary setting PKG_CONFIG.])
-fi
-
if test "x$mandir" = 'x${datarootdir}/man'; then
mandir='${prefix}/texmf/doc/man'
ac_configure_args="$ac_configure_args '--mandir=$mandir'"