From 7880a114b4619d7258183b87a4e6427f9402393f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 6 Jan 2015 19:28:30 +0000 Subject: Use sdl2-config in configure. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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) -- cgit v1.2.3