]> git.eshelyaron.com Git - emacs.git/commit
Port 'configure' to clang 3.5
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Apr 2015 20:05:23 +0000 (13:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Apr 2015 20:06:02 +0000 (13:06 -0700)
commit95ef69e7468e598d6f4ae875f683b3996ecc02eb
tree5b0dc6be8b01deabc2f4dfa591eaafa3065e51b6
parent8596eb1282c4d5bdb22b20c155183b39fdc8eb00
Port 'configure' to clang 3.5

* configure.ac: Add -Wno-unknown-attributes if clang; otherwise
clang 3.5.0 (Fedora 21 x86-64) complains
"/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
'__alloc_size__' ignored".  Use -Werror when checking for -nopie;
otherwise clang warns about -nopie instead of failing, and then
later it warns everytime the build uses -nopie.
ChangeLog
configure.ac