From 26ecf0955a906186cd7d1e62a893f5c223e37dba Mon Sep 17 00:00:00 2001 From: Daniel Franke Date: Sun, 29 Mar 2009 09:16:31 +0000 Subject: [PATCH] Improve autotools error message when SDL_ttf is missing or too old. Fixes bug #13249 [[Split portion of a mixed commit.]] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c41f8bac9d2..8dbe8fa93e1 100644 --- a/configure.ac +++ b/configure.ac @@ -562,7 +562,7 @@ int main (int argc, char **argv) ])], [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)] - [AC_MSG_ERROR([*** Please upgrade your SDL version])], + [AC_MSG_ERROR([*** Please upgrade your SDL and/or SDL_ttf version])], [AC_MSG_RESULT([not tested in cross-compiling])]) rm -f conf.sdltest