X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure;h=8b5bdc50b70e681cc47e56d9d189518459a4f022;hp=dad937dccc256f3a13a0b059c218bd7cfa8dc5dd;hb=e98a8a9d72a7b919debbbc9d1b0f237fe71c0fb3;hpb=bd4436e83682ea3b1eab32f5d3d2ee49ba0088e5 diff --git a/configure b/configure index dad937d..8b5bdc5 100755 --- a/configure +++ b/configure @@ -715,7 +715,7 @@ fi PACKAGE=ctsim -VERSION=3.0.0beta1 +VERSION=3.1.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -4487,7 +4487,7 @@ EOF fi ctlib_graphics="$ctlib_graphics $X_BASIC_LIBS $X_TOOLKIT_LIBS" if test "$libgl" = "true" ; then - ctlib_graphics="$ctlib_graphics -lglut -lGL -lGLU -lwx_gtk_gl" + ctlib_graphics="$ctlib_graphics -lwx_gtk_gl -lglut -lGL -lGLU" fi else if test "$wxwin" = "true" ; then