autoconf
[Top][All Lists]
Advanced

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

Re: PKG_CHECK_MODULES: bug or I don't know something?


From: Ralf Wildenhues
Subject: Re: PKG_CHECK_MODULES: bug or I don't know something?
Date: Sun, 18 Jun 2006 22:01:42 +0200
User-agent: Mutt/1.5.11+cvs20060403

* Evgeniy Dushistov wrote on Sun, Jun 18, 2006 at 09:55:54PM CEST:
> I already fix this in such ugly way
> 
> if
> LIB=lib_a
> elif
> LIB=lib_b
> else
> fi
> 
> PKG_CHECK_MODULES(APP, $LIB)

> This post just attempt to understand who's responsible for this.

Reading
  info Autoconf "Prerequisite Macros"

should answer the question of why this is.

Cheers,
Ralf




reply via email to

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