From 7f2f206ccfb99939e63c83775c376bee9a43498e Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Sat, 11 Mar 2006 04:56:55 +0000 Subject: [PATCH] fixing build bustage on Solaris. Bug 330118, patch by trentm@activestate.com git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192209 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 06c4e7739dc..3f00024a4aa 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -4855,7 +4855,8 @@ MOZ_ARG_ENABLE_BOOL(native-uconv, [ --enable-native-uconv Enable iconv support], MOZ_USE_NATIVE_UCONV=1, MOZ_USE_NATIVE_UCONV= ) -if test "$OS_ARCH" == "WINCE"; then + +if test "$OS_ARCH" = "WINCE"; then echo "*** Native UCONV support has been disabled on WINDOWS CE" MOZ_USE_NATIVE_UCONV= fi