only test for pangoft2 if we're using GTK 2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-16 10:28:12 +00:00
parent 4f3b37fd0e
commit b13cd66e42
2 changed files with 491 additions and 480 deletions

931
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1957,6 +1957,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
;; ;;
esac esac
if test "$WXGTK20" = 1; then
if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
PKG_CHECK_MODULES(PANGOFT2, pangoft2, PKG_CHECK_MODULES(PANGOFT2, pangoft2,
[ [
@@ -1969,6 +1970,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
] ]
) )
fi fi
fi
TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
GUI_TK_LIBRARY="$wx_cv_libs_gtk" GUI_TK_LIBRARY="$wx_cv_libs_gtk"