summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-01 13:16:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-01 13:16:15 +0000
commit86650b5b228b446487c12e6b57fc7bd4bbdcb195 (patch)
treefee560290b9d10fefb2175bd69e95a42c635127f /Build/source/texk/configure
parent6e36299f55814c4f051a2ef01529cad7edb7ced0 (diff)
Regenerate configure and */configure
git-svn-id: svn://tug.org/texlive/trunk@28409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure16
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 4aaae7f9eaf..03f65f9fad2 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -4694,13 +4694,13 @@ $as_echo "$as_me: Assuming installed \`harfbuzz' headers and library" >&6;}
ac_configure_args="$ac_configure_args '--with-system-harfbuzz=$with_system_harfbuzz'"
fi
if test "x$with_system_harfbuzz" = xyes; then
- if test "x$with_system_freetyp2" = x; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: -> installed \`freetyp2' headers and library" >&5
-$as_echo "$as_me: -> installed \`freetyp2' headers and library" >&6;}
- with_system_freetyp2=yes
- ac_configure_args="$ac_configure_args '--with-system-freetyp2'"
- elif test "x$with_system_freetyp2" != xyes; then
- as_fn_error $? "Sorry, \`--with-system-harfbuzz' requires \`--with-system-freetyp2'" "$LINENO" 5
+ if test "x$with_system_freetype2" = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: -> installed \`freetype2' headers and library" >&5
+$as_echo "$as_me: -> installed \`freetype2' headers and library" >&6;}
+ with_system_freetype2=yes
+ ac_configure_args="$ac_configure_args '--with-system-freetype2'"
+ elif test "x$with_system_freetype2" != xyes; then
+ as_fn_error $? "Sorry, \`--with-system-harfbuzz' requires \`--with-system-freetype2'" "$LINENO" 5
fi
if test "x$with_system_icu" = x; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: -> installed \`icu' headers and library" >&5
@@ -4713,7 +4713,7 @@ $as_echo "$as_me: -> installed \`icu' headers and library" >&6;}
fi
test "x$need_harfbuzz" = xyes && {
- need_freetyp2=yes
+ need_freetype2=yes
need_icu=yes
}