diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2004-05-03 22:48:13 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2004-05-03 22:48:13 +0200 |
commit | dddf9bcc83ba546cb30e821fb762cdece490e097 (patch) | |
tree | d04f4b5bae16b1bdc7e278cea50dd8f58acb8782 /libjava/libltdl/aclocal.m4 | |
parent | 007265b8053324bad333196e8815bcad1e05ffc8 (diff) | |
download | gcc-dddf9bcc83ba546cb30e821fb762cdece490e097.tar.gz |
acinclude.m4: Replace -W with more speaking -Wextra.
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
* acinclude.m4: Replace -W with more speaking -Wextra.
* aclocal.m4: Regenerate.
* configure: Regenerate.
From-SVN: r81454
Diffstat (limited to 'libjava/libltdl/aclocal.m4')
-rw-r--r-- | libjava/libltdl/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/libltdl/aclocal.m4 b/libjava/libltdl/aclocal.m4 index 31d8fbb6d42..ffc19a78403 100644 --- a/libjava/libltdl/aclocal.m4 +++ b/libjava/libltdl/aclocal.m4 @@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) mvs*) case $cc_basename in cxx) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall' ;; *) ;; |