Ralf Corsepius <[EMAIL PROTECTED]> 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