autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in many acspecific tests under AC_LANG(C++)


From: Peter Eisentraut
Subject: Re: Possible bug in many acspecific tests under AC_LANG(C++)
Date: Wed, 29 May 2002 18:37:00 +0200 (CEST)

Paul Eggert writes:

> We could change Autoconf so that it first tries to link this program
> instead:
>
>       #include "confdefs.h"
>       [Put the standard includes here.]
>
>       int
>       main ()
>       {
>       #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
>       choke me
>       #else
>         return $ac_func != 0;
>       #endif
>       }

This doesn't work in C++ if the function is overloaded.

-- 
Peter Eisentraut   address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]