X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=0627bf2f74f7455594fdd1c18f3a93638d780861;hb=005ca3009f69e7f9fcb0494bd554f661363ef682;hp=ae42eab1e674980f1a0ab68c9304fb0f7c242360;hpb=7ee27c4c9687de567f6cc9e811b6b962d6a62f39;p=supertux.git diff --git a/configure.ac b/configure.ac index ae42eab1e..0627bf2f7 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) -AC_INIT(supertux, 0.3.0-SVN) +AC_INIT(supertux2, 0.3.0-SVN) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_AUX_DIR([mk/autoconf]) AC_CANONICAL_TARGET @@ -119,8 +119,8 @@ AM_PATH_SDL($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) -XIPH_PATH_VORBIS(, [AC_MSG_ERROR([Please install libvorbis])]) XIPH_PATH_OGG(, [AC_MSG_ERROR([Please install libogg])]) +XIPH_PATH_VORBIS(, [AC_MSG_ERROR([Please install libvorbis])]) NP_FINDLIB([SDLIMAGE], [SDL_image], [SDL_image >= 1.2], NP_LANG_PROGRAM([#include ], [IMG_Load("");]),