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: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac
Date: Fri, 11 Mar 2005 09:46:50 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/03/11 14:46:50

Modified files:
        .              : configure.ac 

Log message:
        Added -lunicows to SDL_LIBS in case host_os is mingw32* to support
        win32 unicode clipboard functions.

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

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.125 wesnoth/configure.ac:1.126
--- wesnoth/configure.ac:1.125  Fri Mar 11 00:02:45 2005
+++ wesnoth/configure.ac        Fri Mar 11 14:46:48 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.125 $])
+AC_REVISION([$Revision: 1.126 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -255,7 +255,10 @@
        darwin*)
                SDL_LIBS="-framework Carbon $SDL_LIBS"
 esac
-
+case $(host_os) in
+       mingw32*)
+               SDL_LIBS="-lunicows $SDL_LIBS"
+esac
 sdl_major_version=`$SDL_CONFIG --version | \
     sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
 sdl_minor_version=`$SDL_CONFIG --version | \




reply via email to

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