summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-graphite2-flags.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/kpse-graphite2-flags.m4')
-rw-r--r--Build/source/m4/kpse-graphite2-flags.m410
1 files changed, 2 insertions, 8 deletions
diff --git a/Build/source/m4/kpse-graphite2-flags.m4 b/Build/source/m4/kpse-graphite2-flags.m4
index d408dfd4d6c..7c853707458 100644
--- a/Build/source/m4/kpse-graphite2-flags.m4
+++ b/Build/source/m4/kpse-graphite2-flags.m4
@@ -1,5 +1,5 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org>
#
# This file is free software; the copyright holder
# gives unlimited permission to copy and/or distribute it,
@@ -22,13 +22,7 @@ _KPSE_LIB_FLAGS([graphite2], [graphite2], [],
# KPSE_GRAPHITE2_OPTIONS([WITH-SYSTEM])
# -------------------------------------
-AC_DEFUN([KPSE_GRAPHITE2_OPTIONS],
-[m4_ifval([$1],
- [AC_ARG_WITH([system-graphite2],
- AS_HELP_STRING([--with-system-graphite2],
- [use installed graphite2 headers and library
- (requires pkg-config)]))])[]dnl
-]) # KPSE_GRAPHITE2_OPTIONS
+AC_DEFUN([KPSE_GRAPHITE2_OPTIONS], [_KPSE_LIB_OPTIONS([graphite2], [$1], [pkg-config])])
# KPSE_GRAPHITE2_SYSTEM_FLAGS
# ---------------------------