Fix LFS check which on some systems, such as Solaris, reports LFS false -
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Sep 2006 14:22:54 +0000 (14:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Sep 2006 14:22:54 +0000 (14:22 +0000)
commitfe9c1bf692a3a1f8dffa5cd98a9f1e99a3abc604
tree9ee785f8185f65f9135dd12b30eb391886f79ae1
parentf7a35c8865bf897ea727edf97b8b3b996a2f5419
Fix LFS check which on some systems, such as Solaris, reports LFS false -
when LFS is present. The sprintf+long double format check is gone and
replaced by a simple arithmetic expression which does the same thing.
configure.ac