wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth configure.ac


From: Philippe Plantier
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac
Date: Tue, 26 Oct 2004 15:27:32 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <address@hidden>      04/10/26 19:17:21

Modified files:
        .              : configure.ac 

Log message:
        Removed checks for SDL_ttf.h during configuration.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.99&tr2=1.100&r1=text&r2=text

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.99 wesnoth/configure.ac:1.100
--- wesnoth/configure.ac:1.99   Tue Oct 26 19:03:55 2004
+++ wesnoth/configure.ac        Tue Oct 26 19:17:20 2004
@@ -10,7 +10,7 @@
 dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default 
server for this version])
 AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default 
server for this version])
 
-AC_REVISION([$Revision: 1.99 $])
+AC_REVISION([$Revision: 1.100 $])
 
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign 1.5])
@@ -518,10 +518,10 @@
                [AC_MSG_ERROR([*** SDL_net include files not found!
 You should install development package.])])
                
-AC_CHECK_HEADER([SDL_ttf.h],
-               [],
-               [AC_MSG_ERROR([*** SDL_ttf include files not found!
-You should install development package.])])
+#AC_CHECK_HEADER([SDL_ttf.h],
+#              [],
+#              [AC_MSG_ERROR([*** SDL_ttf include files not found!
+#You should install development package.])])
 
 CPPFLAGS=$OLD_CPPFLAGS
 CXXFLAGS=$OLD_CXXFLAGS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]