Remove linking to libgnomeprint since we

load it at runtime now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-11-28 22:57:43 +00:00
parent 59c73be893
commit 3314e67b6a
2 changed files with 58 additions and 2 deletions

View File

@@ -4662,7 +4662,7 @@ if test "$WXGTK20" = 1; then
PKG_CHECK_MODULES(LIBGNOMEPRINTUI,
[libgnomeprintui-2.2 >= 2.8],
[
EXTRALIBS_GNOMEPRINT="$LIBGNOMEPRINTUI_LIBS"
dnl EXTRALIBS_GNOMEPRINT="$LIBGNOMEPRINTUI_LIBS"
CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
AC_DEFINE(wxUSE_LIBGNOMEPRINT)
],