From f4df2a0fd2d9c01b6f756c4b00ed9848f319a1b0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 Sep 2013 01:28:07 +0300 Subject: fix help message in configure about SDL2 support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2858ba048..8ff797237 100755 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AM_GNU_GETTEXT([external],[need-ngettext]) AM_GNU_GETTEXT_VERSION([0.16.1]) # Enable sdl2 -AC_ARG_WITH(sdl2,[ --with-sdl enable experimental SDL 2 support] ) +AC_ARG_WITH(sdl2,[ --with-sdl2 enable experimental SDL 2 support] ) if test "x$with_sdl2" == "xyes"; then AC_PATH_PROG(SDL_CONFIG, sdl2-config) if test -n "$SDL_CONFIG"; then -- cgit v1.2.3-60-g2f50