This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libiberty configure fails on svr4/svr5 native


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]