Clint Adams <[EMAIL PROTECTED]> writes: >> In the end, though, I'm not convinced that this problem really >> needs a solution. Why is it so bad to add "libxt-dev" to >> Build-Depends? > > Why would it be correct to force a build-dependency on libxt-dev when > its only purpose is to work around an apparently-broken autoconf test?
The Autoconf test is only broken from the perspective of a package that does not use Xt. There is no telling how many programs that use the test do not use Xt. Summary: If you want to use the built-in Autoconf test, you need to Build-Depend on libxt-dev. If you do not want to Build-Depend on libxt-dev, then you can use a different Autoconf test (not built-in) that does not check for Xt. -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

