$NetBSD: patch-ae,v 1.7 2009/08/06 07:48:06 tnn Exp $ --- configure.orig 2008-09-27 05:16:12.000000000 +0200 +++ configure @@ -29151,7 +29151,7 @@ fi -if test "$gecko" == "xulrunner" || test "$gecko" == "libxul-embedding-unstable"; then +if test "$gecko" = "xulrunner" || test "$gecko" = "libxul-embedding-unstable"; then echo "" echo "Note that Galeon has a runtime dependency on the 'cookie' and 'permission'" echo "mozilla extensions. These are not built as part of the default xulrunner" @@ -29159,7 +29159,7 @@ if test "$gecko" == "xulrunner" || test echo "" fi -if test "$flavour" == "toolkit"; then +if test "$flavour" = "toolkit"; then echo "" echo "The 'typeaheadfind' and 'wallet' extensions should not be" echo "present when using $gecko. They are never part of the default build,"