build libslab statically, to avoid conflicts with gnome-main-menu, which

2007-04-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in: build libslab statically, to avoid conflicts with
	gnome-main-menu, which installs its .so and header files.

svn path=/trunk/; revision=7453
This commit is contained in:
Rodrigo Moya 2007-04-09 14:49:59 +00:00 committed by Rodrigo Moya
parent 214b8cbcef
commit 9b98d1d1eb
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-04-09 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in: build libslab statically, to avoid conflicts with
gnome-main-menu, which installs its .so and header files.
2007-03-21 Federico Mena Quintero <federico@novell.com>
Fix the gnome-settings-daemon part of

View file

@ -89,6 +89,9 @@ dnl ==============================================
dnl Check that we meet the dependencies
dnl ==============================================
ENABLE_DYNAMIC_LIBSLAB=0
AM_CONDITIONAL(ENABLE_DYNAMIC_LIBSLAB, test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1")
COMMON_MODULES="gtk+-2.0 >= 2.3.0 dnl
gconf-2.0 dnl
libgnomeui-2.0 >= 2.2.0 dnl