Hi, Running the current configure fails for me, as I don't have GtkXMHTML installed. This leaves $HELPBROWSER unset and causes a "test" failure. Keith. Here's a small patch to configure.in. *** configure.in.orig Thu Mar 30 21:28:54 2000 --- configure.in Thu Mar 30 23:42:29 2000 *************** *** 552,558 **** dnl Sanity check to make sure the headers are there too and that gnome-config dnl didn't lie to us ! if test -n $HELPBROWSER; then gimp_save_CPPFLAGS="$CPPFLAGS" gimp_save_LDFLAGS="$LDFLAGS" gimp_save_LIBS="$LIBS" --- 552,558 ---- dnl Sanity check to make sure the headers are there too and that gnome-config dnl didn't lie to us ! if test -n "$HELPBROWSER"; then gimp_save_CPPFLAGS="$CPPFLAGS" gimp_save_LDFLAGS="$LDFLAGS" gimp_save_LIBS="$LIBS"