summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-25 08:58:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-25 08:58:23 +0000
commitb50e8d78f4b4b86177863a60bc85f5cd393ba04b (patch)
tree0819fc02385b631cb47eaa46cc3613613e64ceef /Build/source/configure.ac
parent622523bd36859ef50591a5e4696bf803ca30a87d (diff)
better handling of fontconfig, using pkg-config
git-svn-id: svn://tug.org/texlive/trunk@13457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index eca95c13906..5d418dae2c5 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -50,6 +50,13 @@ AC_PATH_XTRA
AC_PROG_CXX
+## 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'"