]> git.eshelyaron.com Git - emacs.git/commit
Enable warnings when building as a developer with Clang
authorMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 12:57:17 +0000 (14:57 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 13:00:38 +0000 (15:00 +0200)
commit13c8cc58bbd829ca4616dea09cb050dc977db9ae
treecaaf2085c7c49adb360f3a654c8fbd27e1784e5b
parente2f3b0f16eb34ac6f4941ddcf5b8ee24642656fc
Enable warnings when building as a developer with Clang

The configure-script logic that automatically enables warnings when
building in a development tree didn't work for Clang because it was
identified as an old GCC version.

* configure.ac: Don't test Clang version as if it were GCC.
configure.ac