blob: 992a23f2a5f5f0ecb0501c3ad2fbd3378d2125cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
}
|