Y background scrolling. It should start be drawing from the bottom of the level to...
[supertux.git] / configure.ac
index df117a4..5f2e244 100644 (file)
@@ -12,7 +12,7 @@ dnl ===========================================================================
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.54])
-AC_INIT(SuperTux, 0.1.0)
+AC_INIT(SuperTux, 0.1.1)
 AC_CONFIG_SRCDIR([src/supertux.cpp])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(dist-bzip2)
@@ -71,6 +71,7 @@ AM_PATH_SDL($SDL_VERSION,
 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
 CFLAGS="$CFLAGS $SDL_CFLAGS"
 LIBS="$LIBS $SDL_LIBS"
+GL_LIBS="-lGL"
 
 dnl Checks for additional libraries.
 AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio,,