From 09950a732cfa76559d18b3540d69bf7eed235171 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 16 Nov 2009 09:51:30 +0000 Subject: build system: --enable-libtool-hack to prvent linking with dependency_libs git-svn-id: svn://tug.org/texlive/trunk@16027 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/xdv2pdf/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/xdv2pdf/configure') diff --git a/Build/source/texk/xdv2pdf/configure b/Build/source/texk/xdv2pdf/configure index 9efc113c08a..1489da22492 100755 --- a/Build/source/texk/xdv2pdf/configure +++ b/Build/source/texk/xdv2pdf/configure @@ -17540,14 +17540,14 @@ fi if test "x$kpse_cv_have_Carbon:$kpse_cv_have_QuickTime" = xyes:yes; then - build=yes + can_build=yes else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Carbon or QuickTime framework not found, can not build xdv2pdf." >&5 $as_echo "$as_me: WARNING: Carbon or QuickTime framework not found, can not build xdv2pdf." >&2;} - build=no + can_build=no fi -if test "x$build" = xyes; then +if test "x$can_build" = xyes; then ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = x""yes; then : @@ -17939,7 +17939,7 @@ fi fi - if test "x$build" = xyes; then + if test "x$can_build" = xyes; then build_TRUE= build_FALSE='#' else -- cgit v1.2.3