Commit Graph

8 Commits

Author SHA1 Message Date
Moritz Bunkus
a03df87fe8
configure: adjust to autoconf 2.71 & require at least 2.69 2022-11-04 18:56:43 +01:00
Moritz Bunkus
cd155df59b configure rework compiler type & version check 2017-11-18 10:46:36 +01:00
Moritz Bunkus
de093c2913 configure: get real version for clang(++)
`clang++ -dumpversion` always outputs 4.2.1 as it was designed to be
compatible with `g++` in that version. So parse `clang++ --version`
for `clang++` instead.
2017-11-17 21:49:36 +01:00
Moritz Bunkus
0978c28c55 configure: output more information about enabled/disabled features 2013-01-15 20:47:09 +01:00
Moritz Bunkus
94454e979d Honor --disable-precompiled-headers 2010-08-14 21:18:57 +02:00
Moritz Bunkus
85d401b210 Allow precompiled headers to be used with gcc 4.1 2010-03-24 13:35:42 +01:00
Moritz Bunkus
835a81c2da Allow precompiled headers to be used with gcc >= 4.2 by default 2010-03-23 20:47:58 +01:00
Moritz Bunkus
1e211901ba Only use precompiled headers with gcc 4.4 or newer
See bug repoert http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675
2010-03-15 09:29:56 +01:00