summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/ac/withenable.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/ac/withenable.ac')
-rw-r--r--Build/source/utils/pdfopen/ac/withenable.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/utils/pdfopen/ac/withenable.ac b/Build/source/utils/pdfopen/ac/withenable.ac
deleted file mode 100644
index 5aed0888cd2..00000000000
--- a/Build/source/utils/pdfopen/ac/withenable.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-## utils/pdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/pdfopen/
-dnl
-dnl Copyright (C) 2009 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 pdfopen
-AS_IF([test "x$with_x" = xno],
- [AS_CASE([$enable_pdfopen],
- [""], [AC_MSG_NOTICE([`--without-x' -> `--disable-pdfopen'])
- enable_pdfopen=no
- ac_configure_args="$ac_configure_args '--disable-pdfopen'"],
- [yes], [AC_MSG_ERROR([Sorry, incompatible options `--without-x' and `--enable-pdfopen'])])])
-KPSE_ENABLE_PROG([pdfopen])