From 0365a8958ad05028b0fa8a003a31877f62c8c474 Mon Sep 17 00:00:00 2001 From: cltbld Date: Sat, 28 Jan 2006 22:07:44 +0000 Subject: [PATCH] Automated update from host egg git-svn-id: svn://10.0.0.236/trunk@188401 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index 6324037ee3e..5a322903d0f 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -11474,7 +11474,7 @@ elif test -n "$LIBXUL_SDK_DIR" -a "$LIBXUL_SDK_DIR" != "no"; then { echo "configure: error: $LIBXUL_SDK/sdk/include/xpcom-config.h doesn't exist" 1>&2; exit 1; } fi - if "$MOZ_BUILD_APP" = "xulrunner"; then + if test "$MOZ_BUILD_APP" = "xulrunner"; then { echo "configure: error: Building XULRunner --with-libxul-sdk doesn't make sense; XULRunner provides the libxul SDK." 1>&2; exit 1; } fi fi