From dc504312535703e504c1c4f31fbf70ee7ace93bd Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Mon, 10 Apr 2000 22:52:58 +0000 Subject: [PATCH] ICU-348 Oops. Now, strict compile is really off by default. X-SVN-Rev: 1105 --- icu4c/source/aclocal.m4 | 2 +- icu4c/source/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/aclocal.m4 b/icu4c/source/aclocal.m4 index 2c776b3a5b6..4d6b9536fa6 100644 --- a/icu4c/source/aclocal.m4 +++ b/icu4c/source/aclocal.m4 @@ -83,7 +83,7 @@ AC_DEFUN(AC_CHECK_STRICT_COMPILE, else ac_use_strict_options=yes fi - ], [ac_use_strict_options=yes]) + ], [ac_use_strict_options=no]) AC_MSG_RESULT($ac_use_strict_options) if test "$ac_use_strict_options" = yes diff --git a/icu4c/source/configure b/icu4c/source/configure index 79761ec5eb5..d09bc91420c 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -1072,7 +1072,7 @@ if test "${enable_strict+set}" = set; then fi else - ac_use_strict_options=yes + ac_use_strict_options=no fi echo "$ac_t""$ac_use_strict_options" 1>&6