comparison ChangeLog @ 11514:a1386fab2a02

configure.ac: eliminate some code duplication when checking for extra compiler flags
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 08:04:23 -0500
parents a2289858dcb2
children fe199165212e
comparison
equal deleted inserted replaced
11513:a2289858dcb2 11514:a1386fab2a02
1 2011-01-13 John W. Eaton <jwe@octave.org>
2
3 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)):
4 Eliminate some code duplication.
5
1 2011-01-13 John W. Eaton <jwe@octave.org> 6 2011-01-13 John W. Eaton <jwe@octave.org>
2 7
3 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for 8 * configure.ac (AC_ARG_ENABLE(extra-warning-flags)): Check for
4 -Wcast-qual and -Wcast-align and add them to WARN_CFLAGS and 9 -Wcast-qual and -Wcast-align and add them to WARN_CFLAGS and
5 WARN_CXXFLAGS. 10 WARN_CXXFLAGS.