Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-03-13 22:44:58 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-13 22:44:58 (GMT)
commit1e4b61b97cb1cb9d03988dd83a130df47831a28f (patch)
tree9fd36ba045f1a9c457401710e40aa678cb9c2ae6 /configure.in
parent5ba818bd1a670db31e0c701bebca3bc92e3b4aae (diff)
minor, removed resource definition
* boards/clickgame.xml.in: minor, removed resource definition * boards/menu.xml.in: * src/gcompris/gcompris.c: * boards/Makefile.am: splitted geography and geography_country * boards/geography.xml.in: * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/board6_0.xml.in: * boards/geography/board7_0.xml.in: * boards/geography/board8_0.xml.in: * boards/geography/board9_0.xml.in: * boards/geography/board9_1.xml.in: * boards/geography/board9_2.xml.in: * boards/geography_country/Makefile.am: * configure.in: * po/POTFILES.in: * boards/scalesboard.xml.in: fixed documentation * src/boards/scale.c: (scale_anim_plateau): fixed fuzzy plate by Miguel. * src/boards/shapegame.c: (item_event): fixed freeze in dragging in the tooltip by Miguel. svn path=/trunk/; revision=2513
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 18ce543..6f5cc39 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_MSG_CHECKING([for OSX])
case "$host" in
*-apple-darwin*)
native_osx=yes
- OSX_CFLAGS="$CFLAGS -arch i386 -arch ppc "
+ OSX_CFLAGS="$CFLAGS -arch i386 -arch ppc "
;;
*)
native_osx=no
@@ -84,7 +84,7 @@ if test "x$sdl_mixer_framework" = "xno"; then
dnl check n
else
SDL_CFLAGS=
- SDL_LIBS="-Xlinker -framework -Xlinker SDL -Xlinker -framework -Xlinker SDL_mixer"
+ SDL_LIBS="-Xlinker -framework -Xlinker SDL -Xlinker -framework -Xlinker SDL_mixer"
AC_MSG_CHECKING([flags for SDL and SDL_mixer frameworks])
AC_MSG_RESULT($SDL_LIBS)
AC_DEFINE_UNQUOTED(SDL_FRAMEWORKS, 1, [ Define to 1 if compile for OSX with SDL and SDL_mixer frameworks ])
@@ -598,6 +598,7 @@ boards/doubleentry/Makefile
boards/gcompris/Makefile
boards/gcompris/mimetypes/Makefile
boards/geography/Makefile
+boards/geography_country/Makefile
boards/imageid/Makefile
boards/imagename/Makefile
boards/missing_letter/Makefile