]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow WARN_CFLAGS override for Solaris 680/head
authorWill Fiveash <will.fiveash@oracle.com>
Tue, 18 Jul 2017 23:24:18 +0000 (18:24 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 24 Jul 2017 15:18:03 +0000 (11:18 -0400)
commit96d049903bdf465147f74b24cf5f8e8f5843e11e
treec715597492b85acfe76aeb05dd503a3f9f8ea926
parent29c504504f0c56c861d968ba2498590bf34714cd
Allow WARN_CFLAGS override for Solaris

In aclocal.m4, do not set WARN_CFLAGS and WARN_CXXFLAGS for the
Solaris native compiler if those variables were already set by the
user.  (We already did the same for gcc warning flags.)

[ghudson@mit.edu: rewrote commit message]
src/aclocal.m4