On Jan 20, 2008 12:56 PM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > --- configure.in.orig 2008-01-20 12:52:35.000000000 -0800 > +++ configure.in 2008-01-20 12:53:30.000000000 -0800 > @@ -466,7 +466,8 @@ if test "$enable_browser_plugins" = "yes > [glib-2.0 > gnome-vfs-2.0 >= $GNOMEVFS_REQS > gnome-vfs-module-2.0 >= $GNOMEVFS_REQS > - gthread-2.0], > + gthread-2.0 > + libstartup-notification-1.0], > [],[enable_browser_plugins=no]) > > BROWSER_PLUGIN_CFLAGS="$MOZILLA_NOT_LINKED_CFLAGS > $BROWSER_PLUGIN_CFLAGS"
The quick and dirty fix being: cat > browser-plugin/Makefile.in << EOF BROWSER_PLUGIN_CFLAGS += $(pkg-config --cflags libstartup-notification-1.0) BROWSER_PLUGIN_LIBS += $(pkg-config --libs libstartup-notification-1.0) EOF -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
