automake
[Top][All Lists]
Advanced

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

Re: configure can not determin 'HAVE_LIMITS'


From: Steven Woody
Subject: Re: configure can not determin 'HAVE_LIMITS'
Date: Fri, 28 Oct 2005 00:04:41 +0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Ralf Corsepius <address@hidden> writes:

>
> To check for C++-headers you normally have to tell the configure script
> to switch languages/compilers.
>
> Example:
> # This uses the c-compiler
> AC_CHECK_HEADERS([limits.h])
>
> # This uses the c++-compiler
> AC_LANG_PUSH([C++])
> AC_CHECK_HEADERS([limits])
> AC_LANG_POP
>
> Ralf
>

thanks! it now okay!






reply via email to

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