Patch by: Loic Minier <lool+gnome@via.ecp.fr>

2007-03-04  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Loic Minier <lool+gnome@via.ecp.fr>

	* configure.in: fix linker flags for fontilus (part of bug #413468)

svn path=/trunk/; revision=7354
This commit is contained in:
Jens Granseuer 2007-03-04 12:32:42 +00:00 committed by Jens Granseuer
parent d518418a6f
commit 7bd1a67f61
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-03-04 Jens Granseuer <jensgr@gmx.net>
Patch by: Loic Minier <lool+gnome@via.ecp.fr>
* configure.in: fix linker flags for fontilus (part of bug #413468)
2007-02-26 Rodrigo Moya <rodrigo@gnome-db.org>
* NEWS:

View file

@ -266,7 +266,7 @@ if test x$enable_vfs_methods = xyes; then
THEME_METHOD_LIBS=`echo $THEME_METHOD_LIBS | sed -e "s/$export_dynamic//"`
THEMUS_COMPONENT_LIBS=`echo $THEMUS_COMPONENT_LIBS | sed -e "s/$export_dynamic//"`
FONT_VIEW_LIBS=`echo $FONT_VIEW_LIBS | sed -e "s/$export_dynamic//"`
FONT_CONTEXT_MENU_LIBS=`echo $CONTEXT_MENU_LIBS | sed -e "s/$export_dynamic//"`
FONT_CONTEXT_MENU_LIBS=`echo $FONT_CONTEXT_MENU_LIBS | sed -e "s/$export_dynamic//"`
FONT_THUMBNAILER_LIBS=`echo $FONT_THUMBNAILER_LIBS | sed -e "s/$export_dynamic//"`
FONT_METHOD_LIBS=`echo $FONT_METHOD_LIBS | sed -e "s/$export_dynamic//"`
fi