Author: dfranke
Date: Sun Mar 29 11:16:31 2009
New Revision: 34232

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34232&view=rev
Log:
Improve autotools error message when SDL_ttf is missing or too old.  Fixes bug 
#13249

Modified:
    branches/1.6/configure.ac
    trunk/configure.ac

Modified: branches/1.6/configure.ac
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/configure.ac?rev=34232&r1=34231&r2=34232&view=diff
==============================================================================
--- branches/1.6/configure.ac (original)
+++ branches/1.6/configure.ac Sun Mar 29 11:16:31 2009
@@ -562,7 +562,7 @@
     ])],
     [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
 

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=34232&r1=34231&r2=34232&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Mar 29 11:16:31 2009
@@ -562,7 +562,7 @@
     ])],
     [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
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to