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:
parent
61d59e927d
commit
474018dd31
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue