summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-17 08:05:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-17 08:05:07 +0000
commit326e9421dd2dadce9ce02577212d4966f8fc30e1 (patch)
tree2aa067a81f2c3fe69840f2f2395942491d0e1dd9 /Build/source/texk/xdvipdfmx
parent8f91f2f5b672415ee6884ba6db4918605ac353a4 (diff)
minor build system fix
git-svn-id: svn://tug.org/texlive/trunk@13778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx')
-rwxr-xr-xBuild/source/texk/xdvipdfmx/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure b/Build/source/texk/xdvipdfmx/configure
index 3b875e1affb..7908a799d02 100755
--- a/Build/source/texk/xdvipdfmx/configure
+++ b/Build/source/texk/xdvipdfmx/configure
@@ -17567,7 +17567,7 @@ if test "x$with_system_freetype2" = xyes; then
if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
FREETYPE2_LIBS=`$FT2_CONFIG --libs`
-elif test "x$need_freetype2:$with_freetype2_xpdf" = 'xyes:yes'; then
+elif test "x$need_freetype2:$with_system_freetype2" = 'xyes:yes'; then
{ { $as_echo "$as_me:$LINENO: error: did not find freetype-config required for system freetype2 library" >&5
$as_echo "$as_me: error: did not find freetype-config required for system freetype2 library" >&2;}
{ (exit 1); exit 1; }; }