summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-graphite-flags.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/kpse-graphite-flags.m4')
-rw-r--r--Build/source/m4/kpse-graphite-flags.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/m4/kpse-graphite-flags.m4 b/Build/source/m4/kpse-graphite-flags.m4
index cb012ccf265..cf532b0b03d 100644
--- a/Build/source/m4/kpse-graphite-flags.m4
+++ b/Build/source/m4/kpse-graphite-flags.m4
@@ -1,5 +1,5 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
#
# This file is free software; the copyright holder
# gives unlimited permission to copy and/or distribute it,
@@ -37,7 +37,7 @@ AC_DEFUN([KPSE_GRAPHITE_SYSTEM_FLAGS],
if $PKG_CONFIG silgraphite --atleast-version=2.3; then
GRAPHITE_INCLUDES="`$PKG_CONFIG silgraphite --cflags`"
GRAPHITE_LIBS=`$PKG_CONFIG silgraphite --libs`
-elif test "x$need_graphite:$with_system_graphite" = 'xyes:yes'; then
+elif test "x$need_graphite:$with_system_graphite" = xyes:yes; then
AC_MSG_ERROR([did not find silgraphite 2.3 or better])
fi
]) # KPSE_GRAPHITE_SYSTEM_FLAGS