From: Mart Raudsepp Date: Sun, 28 Aug 2005 23:46:20 +0000 (+0000) Subject: gtk+-2.x runtime compatibility when compile-time gtk+ version is 2.7+ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/631e67db81b1658621eb423885ed18267fb123fa 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 --- 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 ] )