From: Kevin Rosenberg Date: Sat, 1 Aug 2009 18:32:55 +0000 (-0600) Subject: fixed another leftover from libgtk1.2-dev X-Git-Tag: v5.0.0^0 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=d86f244e34d32e25641a0b236c595b3d4b66e46a fixed another leftover from libgtk1.2-dev --- 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