Package: autoconf-archive Version: 20041123-1 Severity: normal
The ax_boost_filesystem.m4 checks the wrong shell variable $ax_cv_filesystem instead of the correct one $ax_cv_boost_filesystem. Very similiar to bug #315226, even if I don't know if it has been fixed in the upstream archive... Here is a possible (simple) patch to apply to ax_boost_filesystem.m4: 17c17 < if test "$ax_cv_boost_filesystem" = yes; then --- > if test "$ax_cv_filesystem" = yes; then -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-2-686-smp Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]