r563: *** empty log message ***
[ctsim.git] / configure.in
index 32a94e2940be43f8100e7636c4761060a09cb67a..40e1ce5ec1b739a381bc81cd93e6d9346610d0c5 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctsim.cpp)
-AM_INIT_AUTOMAKE(ctsim,3.0.0beta1)
+AM_INIT_AUTOMAKE(ctsim,3.0.3)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -316,7 +316,7 @@ if test "$no_x" != "yes" ; then
   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