summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-el
blob: 46860ee19590073a32da6f64622a249317f66717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-el,v 1.1 2006/10/17 20:20:26 rillig Exp $

--- build/autoconf/mozconfig2configure.orig	2006-02-23 10:36:14.000000000 +0100
+++ build/autoconf/mozconfig2configure	2006-10-17 22:00:31.000000000 +0200
@@ -79,7 +79,7 @@ ac_add_options() {
 ac_add_app_options() {
   APP=$1
   shift;
-  if [ "$APP" == "$MOZ_BUILD_APP" ]; then
+  if [ "$APP" = "$MOZ_BUILD_APP" ]; then
       ac_add_options "$*";
   fi
 }