From d86f244e34d32e25641a0b236c595b3d4b66e46a Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 1 Aug 2009 12:32:55 -0600 Subject: [PATCH 1/1] fixed another leftover from libgtk1.2-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2da9f44..230c875 100644 --- a/configure.ac +++ b/configure.ac @@ -347,7 +347,7 @@ if test "$with_x" != "no" && test "$wxwin" = "true"; then wxdebug="--debug" fi if [ "$wx_gtk" ]; then - ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --libs --version=2.8` -lwx_gtk2u_gl-2.8 `gtk-config --libs` `glib-config --libs glib gmodule gthread`" + ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --libs --version=2.8` -lwx_gtk2u_gl-2.8 ${GTK_LIBS} ${GLIB_LIBS}" elif [ "$wx_mac" ]; then ctlib_graphics="$ctlib_graphics -lwx_mac_gl-2.8" fi -- 2.34.1