summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
commit8d543990d396f5e1126d575ccb37d7623276ed0b (patch)
tree8956db51ce299cca4a9483cfd5c6b01e1e94f311 /Build/source/utils/xpdfopen/ac
parenta849488fd6c6ab60c6b927fd43e04691a2634f00 (diff)
build system and chktex: automatically enable
git-svn-id: svn://tug.org/texlive/trunk@18188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/ac')
-rw-r--r--Build/source/utils/xpdfopen/ac/withenable.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/Build/source/utils/xpdfopen/ac/withenable.ac b/Build/source/utils/xpdfopen/ac/withenable.ac
index 1cc4b4b3f0a..032d9170146 100644
--- a/Build/source/utils/xpdfopen/ac/withenable.ac
+++ b/Build/source/utils/xpdfopen/ac/withenable.ac
@@ -4,10 +4,4 @@ dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options and TL libraries required for xpdfopen
-AS_IF([test "x$with_x" = xno],
- [AS_CASE([$enable_xpdfopen],
- [""], [AC_MSG_NOTICE([`--without-x' -> `--disable-xpdfopen'])
- enable_xpdfopen=no
- ac_configure_args="$ac_configure_args '--disable-xpdfopen'"],
- [yes], [AC_MSG_ERROR([Sorry, incompatible options `--without-x' and `--enable-xpdfopen'])])])
-KPSE_ENABLE_PROG([xpdfopen])
+KPSE_ENABLE_PROG([xpdfopen], , [x])