diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-04 11:50:04 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-04 11:50:04 +0000 |
commit | 970e5d7488c7f5eef3534e37b5ac0cf513778c1f (patch) | |
tree | fd88b9827f8526dab12e368643919d056b5aa7dc /Build/source/texk/xdv2pdf/configure | |
parent | 587c1ce877452ff30ac22bbb2280f769da9764de (diff) |
updated --with-freetype2-* options, rebuilt configure scripts where needed
git-svn-id: svn://tug.org/texlive/trunk@3134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdv2pdf/configure')
-rwxr-xr-x | Build/source/texk/xdv2pdf/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/xdv2pdf/configure b/Build/source/texk/xdv2pdf/configure index 899b963ed1d..d4cb805a489 100755 --- a/Build/source/texk/xdv2pdf/configure +++ b/Build/source/texk/xdv2pdf/configure @@ -569,14 +569,15 @@ fi + + # # Check for Carbon framework on Mac OS X # - _cppflags=$CPPFLAGS _ldflags=$LDFLAGS echo $ac_n "checking for Apple Carbon framework""... $ac_c" 1>&6 -echo "configure:578: checking for Apple Carbon framework" >&5 +echo "configure:579: checking for Apple Carbon framework" >&5 cat > conftest.$ac_ext <<EOF -#line 580 "configure" +#line 581 "configure" #include "confdefs.h" #include <Carbon/Carbon.h> @@ -587,7 +588,7 @@ ATSUStyle style; ; return 0; } EOF -if { (eval echo configure:591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF @@ -618,7 +619,6 @@ fi # # Check for QuickTime framework on Mac OS X # - _cppflags=$CPPFLAGS _ldflags=$LDFLAGS echo $ac_n "checking for Apple QuickTime framework""... $ac_c" 1>&6 echo "configure:624: checking for Apple QuickTime framework" >&5 cat > conftest.$ac_ext <<EOF |