autoconf
[Top][All Lists]
Advanced

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

Re: checking for specific versions of operating system


From: Baurzhan Ismagulov
Subject: Re: checking for specific versions of operating system
Date: Tue, 23 Aug 2005 17:36:09 +0200
User-agent: Mutt/1.5.9i

On Tue, Aug 23, 2005 at 03:56:12PM +0100, Simon Morgan wrote:
> AC_CHECK_LIB(pthread,pthread_create,THREAD_LIBS="-lpthread",THREAD_LIBS="-lkse")
> 
> which "seems to work". Can you or anybody else with more experience
> than me see any problems with it?

It isn't guaranteed that the user has -lkse, and you don't check for it.

With kind regards,
Baurzhan.




reply via email to

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