Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7714073..8ded43b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -450,9 +450,9 @@ else
dnl SDL
dnl
- AC_MSG_CHECKING([looking for SDL])
- KDE_FIND_PATH(sdl-config, LIBSDL_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
- AC_MSG_ERROR([SDL not found])
+ AC_MSG_CHECKING([looking for SDL2])
+ KDE_FIND_PATH(sdl2-config, LIBSDL_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
+ AC_MSG_ERROR([SDL2 not found])
])
if test -n "$LIBSDL_CONFIG"; then
@@ -561,7 +561,7 @@ curses ............. $HAVE_CURSES
build client ....... $BUILD_CLIENT])
if test "x$BUILD_CLIENT" = xyes; then
-AC_MSG_RESULT([SDL ................ $LIBSDL_LIBS
+AC_MSG_RESULT([SDL2 ............... $LIBSDL_LIBS
opengl ............. $GL_LIBS
openal ............. $AL_LIBS]
vorbisfile ......... $LIBVORBISFILE_LIBS)