Remove --enable-gp2x switch from configure script...
...and an obsolete changelog entry
This commit is contained in:
parent
55f2a23c1b
commit
66ec68c2ee
2 changed files with 0 additions and 13 deletions
|
@ -199,7 +199,6 @@ Version 1.3.1:
|
|||
* when sighting friendly units, the message is now blue
|
||||
* show leader name in statistics title (patch #604, FR #6932)
|
||||
* show the team a side belongs to in the status table.
|
||||
* initial support for GP2X controls
|
||||
* show leader's name and colour at status table even when that team is fogged
|
||||
(patch #605)A
|
||||
* changed the zoom hotkeys from 'z', 'x' and 'c' to '+', '-' and '0'
|
||||
|
|
12
configure.ac
12
configure.ac
|
@ -126,18 +126,6 @@ fi
|
|||
|
||||
AM_CONDITIONAL([LOWMEM], [test "x$lowmem" = "xyes"])
|
||||
|
||||
AC_ARG_ENABLE([gp2x],
|
||||
AS_HELP_STRING([--enable-gp2x], [enable support for GP2X Personal Entertainment Player]),
|
||||
[gp2x=$enableval],
|
||||
[gp2x=no])
|
||||
|
||||
if test "x$gp2x" = "xyes"
|
||||
then
|
||||
CPPFLAGS="$CPPFLAGS -DGP2X"
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([GP2X], [test "x$gp2x" = "xyes"])
|
||||
|
||||
DATADIR=$PACKAGE
|
||||
AC_ARG_WITH([datadir-name],
|
||||
AS_HELP_STRING([--with-datadir-name@<:@=DIR@:>@], [change name of data directory @<:@wesnoth@:>@]),
|
||||
|
|
Loading…
Add table
Reference in a new issue