$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Wakely (cow_at_[hidden])
Date: 2003-12-11 10:31:05
The boost_no_sfinae.cxx file that tests for SFINAE support in compilers
is saved with DOS-style line-endings.
This means that when autoconf reads the test name from the file it reads
and prints out a carriage-return and overwrites the start of the line, so
it appears on the console as:
... OKg SFINAE (substitution failure is not an error)
where it should say:
checking SFINAE (substitution failure is not an error) ... OK
The attached patch replaces CRLF with LF.
jon
-- "I have a low tolerance for mediocrity in music and life ... I'm into pain and joy, the inbetween doesn't interest me." - Steve Earle, Washington Post, 1986