gtk+-2.x runtime compatibility when compile-time gtk+ version is 2.7+

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp 2005-08-28 23:46:20 +00:00
parent 84cefcb0eb
commit 631e67db81

View File

@ -2740,7 +2740,7 @@ if test "$wxUSE_GUI" = "yes"; then
dnl we need to cache GTK_CFLAGS and GTK_LIBS for the
dnl subsequent runs
wx_cv_cflags_gtk=$GTK_CFLAGS
wx_cv_libs_gtk=$GTK_LIBS
wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[[^ ]]*cairo[[^ ]]*//g'`
fi
]
)