summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-zziplib-flags.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/kpse-zziplib-flags.m4')
-rw-r--r--Build/source/m4/kpse-zziplib-flags.m411
1 files changed, 2 insertions, 9 deletions
diff --git a/Build/source/m4/kpse-zziplib-flags.m4 b/Build/source/m4/kpse-zziplib-flags.m4
index 7f48c3cb379..88eed9721ff 100644
--- a/Build/source/m4/kpse-zziplib-flags.m4
+++ b/Build/source/m4/kpse-zziplib-flags.m4
@@ -1,5 +1,5 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2010-2015 Peter Breitenlohner <tex-live@tug.org>
#
# This file is free software; the copyright holder
# gives unlimited permission to copy and/or distribute it,
@@ -26,11 +26,4 @@ AC_DEFUN([KPSE_ZZIPLIB_OPTIONS], [_KPSE_LIB_OPTIONS([zziplib], [$1], [pkg-config
# KPSE_ZZIPLIB_SYSTEM_FLAGS
# -------------------------
AC_DEFUN([KPSE_ZZIPLIB_SYSTEM_FLAGS], [dnl
-AC_REQUIRE([_KPSE_CHECK_PKG_CONFIG])[]dnl
-if $PKG_CONFIG zziplib --atleast-version=0.12; then
- ZZIPLIB_INCLUDES=`$PKG_CONFIG zziplib --cflags`
- ZZIPLIB_LIBS=`$PKG_CONFIG zziplib --libs`
-elif test "x$need_zziplib:$with_system_zziplib" = xyes:yes; then
- AC_MSG_ERROR([did not find zziplib-0.12 or better])
-fi
-]) # KPSE_ZZIPLIB_SYSTEM_FLAGS
+_KPSE_PKG_CONFIG_FLAGS([zziplib], [zziplib], [0.12])])