From: Ivan Maidanski Date: Sun, 24 Mar 2019 09:03:01 +0000 (+0300) Subject: Fix configure message about 'AIX gcc optimization fix' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f28df2bf9f41234a7f4421627c0404647d2caae8;p=gc Fix configure message about 'AIX gcc optimization fix' * configure.ac [$host=*aix*]: Update comment and AC_MSG_CHECKING message to match the checked condition. --- diff --git a/configure.ac b/configure.ac index 6ef7c2da..5bddef3f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved. # Copyright (c) 2005-2009 Hewlett-Packard Development Company, L.P. -# Copyright (c) 2009-2018 Ivan Maidanski +# Copyright (c) 2009-2019 Ivan Maidanski # # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED # OR IMPLIED. ANY USE IS AT YOUR OWN RISK. @@ -554,10 +554,9 @@ if false; then AC_EXEEXT fi -dnl As of 4.13a2, the collector will not properly work on Solaris when +dnl The collector might not properly work on IBM AIX when dnl built with gcc and -O. So we remove -O in the appropriate case. -dnl Not needed anymore on Solaris. -AC_MSG_CHECKING(whether Solaris gcc optimization fix is necessary) +AC_MSG_CHECKING(whether AIX gcc optimization fix is necessary) case "$host" in *aix*) if test "$GCC" = yes; then