From 631e67db81b1658621eb423885ed18267fb123fa Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 28 Aug 2005 23:46:20 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 48e3f3edac..ebe45a9592 100644 --- a/configure.in +++ b/configure.in @@ -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 ] ) -- 2.47.2