summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/withenable.ac
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-09-08 08:08:07 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-09-08 08:08:07 +0000
commitae63fe93968d44e99527f7feef23f0c875d254cb (patch)
treee75c7a403436ef14fb4a58cdf33c8905477642e1 /Build/source/texk/web2c/withenable.ac
parent99bebf5ca1a722256a732d6cd630b1a2165b85d7 (diff)
added --without-xetex option to configure
git-svn-id: svn://tug.org/texlive/trunk@2102 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/withenable.ac')
-rw-r--r--Build/source/texk/web2c/withenable.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/withenable.ac b/Build/source/texk/web2c/withenable.ac
index d777f71fac9..17cc777f564 100644
--- a/Build/source/texk/web2c/withenable.ac
+++ b/Build/source/texk/web2c/withenable.ac
@@ -28,6 +28,11 @@ dnl We default to yes if the sources are available.
AC_ARG_WITH([pdfetex],
[ --without-pdfetex don't compile and install pdfeTeX])
+dnl Do we compile XeTeX?
+dnl We default to yes if the sources are available.
+AC_ARG_WITH([xetex],
+[ --without-xetex don't compile and install XeTeX])
+
dnl Try to link C++ runtime statically?
dnl Only important, if you want to create binaries which are slightly
dnl more portable.