[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth configure.ac
From: |
Jon Daniel |
Subject: |
[Wesnoth-cvs-commits] wesnoth configure.ac |
Date: |
Fri, 11 Mar 2005 09:48:22 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <address@hidden> 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
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/09
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/09
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/09
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/10
- [Wesnoth-cvs-commits] wesnoth configure.ac,
Jon Daniel <=
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/11
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/11
- [Wesnoth-cvs-commits] wesnoth configure.ac, Jon Daniel, 2005/03/23