$NetBSD: patch-as,v 1.3 2006/10/20 12:45:13 tron Exp $ --- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000 +++ build/autoconf/mozconfig2configure 2006-10-20 12:26:11.000000000 +0100 @@ -79,7 +79,7 @@ ac_add_app_options() { APP=$1 shift; - if [ "$APP" == "$MOZ_BUILD_APP" ]; then + if [ "$APP" = "$MOZ_BUILD_APP" ]; then ac_add_options "$*"; fi }