CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/03/11 14:48:21
Modified files:
. : configure.ac
Log message:
fixed some parenthesis
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.126&tr2=1.127&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.126 wesnoth/configure.ac:1.127
--- wesnoth/configure.ac:1.126 Fri Mar 11 14:46:48 2005
+++ wesnoth/configure.ac Fri Mar 11 14:48:21 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.126 $])
+AC_REVISION([$Revision: 1.127 $])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -255,7 +255,7 @@
darwin*)
SDL_LIBS="-framework Carbon $SDL_LIBS"
esac
-case $(host_os) in
+case ${host_os} in
mingw32*)
SDL_LIBS="-lunicows $SDL_LIBS"
esac