Hi,

joseph speigle <[EMAIL PROTECTED]> writes:

[snip]
> running from commandline gives proper responde returned $? of 1 as here:
>
> [EMAIL PROTECTED] joe]$ sudo su
> [EMAIL PROTECTED] joe]# pkg-config --exists "libgtkhtml-3.1 >= 3.0.0"
> [EMAIL PROTECTED] joe]# echo $?
> 1
> [EMAIL PROTECTED] joe]#

The command returned a failing error code.

> however, configure script dies like this:
> -------------------------------------------------------
>
> checking for libgtkhtml-3.1 >= 3.0.0... Package libgtkhtml-3.1 was not found in the 
> pkg-config search path.
> Perhaps you should add the directory containing `libgtkhtml-3.1.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libgtkhtml-3.1' found
>
> configure: error: Library requirements (libgtkhtml-3.1 >= 3.0.0) not met; consider 
> adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a 
> nonstandard prefix so pkg-config can find them.
>
> -------------------------------------------------------
>
> is there an explanation for this behavior? maybe, something outside the box?

And 'configure' is doing the right thing.  Were you expecting a
different behaviour?

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to