22 lines
759 B
Text
22 lines
759 B
Text
$NetBSD: patch-ae,v 1.6 2006/10/18 21:48:42 rillig Exp $
|
|
|
|
--- configure.orig 2006-10-18 23:43:38.000000000 +0200
|
|
+++ configure 2006-10-18 23:45:44.000000000 +0200
|
|
@@ -28300,7 +28300,7 @@ fi
|
|
|
|
|
|
|
|
-if test "$gecko" == "xulrunner"; then
|
|
+if test "$gecko" = "xulrunner"; 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"
|
|
@@ -28308,7 +28308,7 @@ if test "$gecko" == "xulrunner"; then
|
|
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,"
|