X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78dfd1fdd6cd7af6c222985f211c6a39f85e0dc1..76c4b1491e547b8f922b3bd74933c82e95ee6f38:/configure.in diff --git a/configure.in b/configure.in index da733e0626..0a188f26f5 100644 --- a/configure.in +++ b/configure.in @@ -2962,7 +2962,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=`echo $GTK_LIBS | sed -e 's/ -l[[^ ]]*cairo[[^ ]]*//g'` + wx_cv_libs_gtk=$GTK_LIBS fi ] )