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   [EMAIL PROTECTED]


Reply via email to