[patch] configure.in bug setting authlibs

2003-02-21 Thread Green, Paul
AC_SEARCH_LIBS and AC_CHECK_LIB are used to find a function and then add its library to the LIBS variable. The macros can deal with the fact that the function might be missing, in a library, or available but not in any library. The configure script, in both head and 3.0, uses these macros to find

Re: [Patch] configure.in

2002-09-22 Thread Gerald Carter
On Sun, 22 Sep 2002, Juergen Hasch wrote: > Stupid me, > you can't check for "${GCC}" = "no", because if it isn't gcc, the compiler > name will be there instead of a no. > Please apply. :-) I'll apply it later tonight. cheers, jerry -

[Patch] configure.in

2002-09-22 Thread Juergen Hasch
Stupid me, you can't check for "${GCC}" = "no", because if it isn't gcc, the compiler name will be there instead of a no. Please apply. ..Juergen --- configure.in.orig Sat Sep 21 10:14:45 2002 +++ configure.inSun Sep 22 10:28:34 2002 @@ -916,7 +916,7 @@ LDSHFLAG