disable binreloc by default.

2005-11-11  Michael Natterer  <mitch@gimp.org>

	* m4macros/binreloc.m4: disable binreloc by default.
This commit is contained in:
Michael Natterer 2005-11-11 15:22:49 +00:00 committed by Michael Natterer
parent fa649f749c
commit 969fcb2475
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-11-11 Michael Natterer <mitch@gimp.org>
* m4macros/binreloc.m4: disable binreloc by default.
2005-11-11 Sven Neumann <sven@gimp.org>
* app/base/tile-swap.c (tile_swap_default_in): fixed compilation

View File

@ -6,8 +6,8 @@ AC_DEFUN([AM_BINRELOC],
[
AC_ARG_ENABLE(binreloc,
[ --enable-binreloc compile with binary relocation support
(default=enable when available)],
enable_binreloc=$enableval,enable_binreloc=auto)
(default=no)],
enable_binreloc=$enableval,enable_binreloc=no)
AC_ARG_ENABLE(binreloc-threads,
[ --enable-binreloc-threads compile binary relocation with threads support