autoconf
[Top][All Lists]
Advanced

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

Re: Can't detect OpenEXR


From: Stepan Kasal
Subject: Re: Can't detect OpenEXR
Date: Fri, 7 Jan 2005 14:55:27 +0100
User-agent: Mutt/1.4.1i

Hi,

a quick answer to one minor question:

On Fri, Dec 31, 2004 at 10:55:10AM -0800, Robin Rowe wrote:
> AC_MSG_CHECKING(for openexr support)
> AC_LANG(C++)
> AC_CHECK_HEADER(OpenEXR/half.h,,AC_MSG_ERROR([*** openexr dev header half.h
> not found ***]))
...
> I didn't change AC_MSG_CHECKING as Stepan suggested because I'm not clear

AC_MSG_CHECKING is roughly   echo -n

So instead of

checking for openexr support... checking for OpenEXR/half.h... yes

you'll get

checking for OpenEXR/half.h... yes

As I said, having AC_MSG_CHECKING without a corresponding AC_MSG_RESULT
doesn't make much sense to me.

Stepan Kasal




reply via email to

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