CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/03/09 13:22:09
Modified files:
. : configure.ac
Log message:
removed a obsolete FIXME since library checks now work when
cross-compiling
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.123&tr2=1.124&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.123 wesnoth/configure.ac:1.124
--- wesnoth/configure.ac:1.123 Wed Mar 9 12:35:57 2005
+++ wesnoth/configure.ac Wed Mar 9 13:22:08 2005
@@ -9,7 +9,7 @@
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
-AC_REVISION([$Revision: 1.123 $])
+AC_REVISION([$Revision: 1.124 $])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -413,7 +413,6 @@
# it doesn't find it in FreeBSD
# AC_CHECK_LIB([SDL], [SDL_Init])
-# FIXME disable all these checks in case of a cross-compile
ac_link="$LDPREFIX $ac_link"
AC_CHECK_LIB([SDL_image],
[IMG_Load],