fix up typo that I introduced in the configure script. Should fix the

2004-11-28  James Henstridge  <james@jamesh.id.au>

	* configure.in (FONT_THUMBNAILER_LIBS): fix up typo that I
	introduced in the configure script.  Should fix the build properly
	now.
This commit is contained in:
James Henstridge 2004-11-28 00:43:31 +00:00 committed by James Henstridge
parent 61d59e927d
commit 474018dd31
2 changed files with 7 additions and 1 deletions

View file

@ -259,7 +259,7 @@ if test x$enable_vfs_methods = xyes; then
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_THUMBNAILER_LIBS=`echo FONT_$THUMBNAILER_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
GLIB_DEFINE_LOCALEDIR(FONTILUS_LOCALEDIR)