mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-348 Oops. Now, strict compile is really off by default.
X-SVN-Rev: 1105
This commit is contained in:
parent
3c4932d31d
commit
dc50431253
2 changed files with 2 additions and 2 deletions
2
icu4c/source/aclocal.m4
vendored
2
icu4c/source/aclocal.m4
vendored
|
@ -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
|
||||
|
|
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue