diff --git a/ChangeLog b/ChangeLog index 80e3af51d..2f36bae41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-28 James Henstridge + + * configure.in (FONT_THUMBNAILER_LIBS): fix up typo that I + introduced in the configure script. Should fix the build properly + now. + 2004-11-27 James Henstridge * configure.in (THEMUS_COMPONENT): use libnautilus-extension. diff --git a/configure.in b/configure.in index c3c1ff5f6..ebb4f45d6 100644 --- a/configure.in +++ b/configure.in @@ -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)