autoconf-patches
[Top][All Lists]
Advanced

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

Re: AC_FUNC_GETMNTENT look in libc before -lsun


From: Stepan Kasal
Subject: Re: AC_FUNC_GETMNTENT look in libc before -lsun
Date: Mon, 6 Dec 2004 23:07:00 +0100
User-agent: Mutt/1.4.1i

Hi,

On Mon, Dec 06, 2004 at 01:48:45PM -0800, Noah Misch wrote:
> The macro normally does find getmntent in the C library; indeed, the GNU C
> Library is constructed that way, and the macro handles it correctly:
> 
> checking for getmntent in -lsun... no

I guess the problem is that the cc doesn't complain about non-existing
library.

And on every system which has libsun, the old macro would add -lsun to
LIBS, which is definitely a bug.

Stepan




reply via email to

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