On Thu, Nov 22, 2001 at 09:47:28AM +0100, Sven wrote:

> I have a package that i make build-depend on tcl/tk-dev 8.3, but the configure
> process will check for the tcl/tk presence, and get one if available.
> 
> It will check for various other versions before 8.3.

Change the configure script to look for 8.3 first, or to allow the user to
specify a specific version (via a --with flag) and use that.

-- 
 - mdz

Reply via email to