--- mugshot-1.1.16.orig/configure 2006-09-26 14:27:57.000000000 +0200 +++ mugshot-1.1.16/configure 2006-09-27 14:58:38.000000000 +0200 @@ -20881,10 +20881,10 @@ echo "$as_me: error: Must either specify fi if test "x$GECKO_INCLUDEDIR" != x ; then - if test -f "$GECKO_INCLUDEDIR/nsIURI.h" ; then - : - elif test -f "$GECKO_INCLUDEDIR/caps/nsIScriptSecurityManager.h" ; then + if test -f "$GECKO_INCLUDEDIR/caps/nsIScriptSecurityManager.h" ; then have_full_gecko=true + elif test -f "$GECKO_INCLUDEDIR/nsIURI.h" ; then + : else { { echo "$as_me:$LINENO: error: Cannot find Gecko headers in $GECKO_INCLUDEDIR" >&5 echo "$as_me: error: Cannot find Gecko headers in $GECKO_INCLUDEDIR" >&2;}