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-04-08 11:32:59 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-08 11:32:59 (GMT)
commit5ef7d021e6c482b00586400fbecfe4ca1b443c7f (patch)
treee882e954482ae555c17b63fdeb88b2546075ce02 /configure.in
parenta2d6002958aa8b57579d40ba0b6742c87e8f1a4d (diff)
force --enable-binreloc
* autopackage/default.apspec.in: force --enable-binreloc * configure.in: enable_binreloc is again the default * src/boards/canvas.c: (_wrap_gnome_canvas_item_set), (_wrap_gnome_canvas_item_new): * src/boards/py-mod-gcompris.c: (py_gc_board_config_radio_buttons): Now use Py_ssize_t when available instead of int. This makes GCompris compiles on 64bits platforms on python >= 2.5. * src/boards/scale.c: (scale_anim_plate), (scale_next_level): Fix by Miguel, clicking on level, the scale is now unbalanced. svn path=/trunk/; revision=2583
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b693b2a..ae9903a 100644
--- a/configure.in
+++ b/configure.in
@@ -120,6 +120,7 @@ AM_CONDITIONAL(WITH_NSBUNDLE, test "$nsbundle" = yes)
# Provide relocatable API from autopackage
# From http://autopackage.org/docs/binreloc/
+enable_binreloc=yes
if test x"$nsbundle" = "xyes" ; then
enable_binreloc=no
AC_MSG_NOTICE([binreloc disabled by nsbundle])