X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure.ac;h=230c87534c26949a1da72918722e8d6140471678;hp=2da9f449d887def9e37b9bc1b3d225510535255c;hb=d86f244e34d32e25641a0b236c595b3d4b66e46a;hpb=091d35f26e2a96aab56b9a467d4d4bc35be689da 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