PATCH: Add --enable-__cxa_atexit

Alexandre Oliva aoliva@redhat.com
Fri May 31 17:20:00 GMT 2002


On May 31, 2002, "H . J . Lu" <hjl@lucon.org> wrote:

> +AC_ARG_ENABLE(__cxa_atexit,
> +[  --enable-__cxa_atexit   enable __cxa_atexit for C++],
> +[], [enable___cxa_atexit=no])
        ^^^^^^^^^^^^^^^^^^^^^^ this is redundant.

If you specify --disable-__cxa_atexit, enable___cxa_atexit will be set
to no.  Besides, if it defaults to yes, you should document the
--disable flag, not the --enable one.  I know you've withdrawn your
patch, but I thought I'd point this out anyway, for future configury
patches.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc-patches mailing list