This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libiberty configure fails on svr4/svr5 native
- To: robertl at dgii dot com (Robert Lipe), bje at cygnus dot com (Ben Elliston)
- Subject: Re: libiberty configure fails on svr4/svr5 native
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Thu, 5 Nov 1998 04:23:33 +0000 (GMT)
- Cc: amylaar at cygnus dot co dot uk, egcs at cygnus dot com
> What's your recommendation on how to proceed from here?
Thu Nov 5 04:21:06 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* acgeneral.m4 (AC_CHECK_FUNC): Don't actually call the function.
*** acgeneral.m4 Sun Nov 30 12:10:54 1997
--- acgeneral.m4-new Thu Nov 5 04:19:00 1998
*************** char $1();
*** 1784,1790 ****
#if defined (__stub_$1) || defined (__stub___$1)
choke me
#else
! $1();
#endif
], eval "ac_cv_func_$1=yes", eval "ac_cv_func_$1=no")])
if eval "test \"`echo '$ac_cv_func_'$1`\" = yes"; then
--- 1784,1790 ----
#if defined (__stub_$1) || defined (__stub___$1)
choke me
#else
! char (*f)() = $1;
#endif
], eval "ac_cv_func_$1=yes", eval "ac_cv_func_$1=no")])
if eval "test \"`echo '$ac_cv_func_'$1`\" = yes"; then