diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
| commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
| tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /bfd/warning.m4 | |
| parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) | |
Notes
Diffstat (limited to 'bfd/warning.m4')
| -rw-r--r-- | bfd/warning.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/warning.m4 b/bfd/warning.m4 index 2e2dd424c0f7..b366cadeb293 100644 --- a/bfd/warning.m4 +++ b/bfd/warning.m4 @@ -4,7 +4,7 @@ AC_DEFUN([AM_BINUTILS_WARNINGS],[ GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" AC_ARG_ENABLE(werror, - [ --enable-werror treat compile warnings as errors], + [ --enable-werror treat compile warnings as errors], [case "${enableval}" in yes | y) ERROR_ON_WARNING="yes" ;; no | n) ERROR_ON_WARNING="no" ;; @@ -27,7 +27,7 @@ if test "${GCC}" = yes ; then fi AC_ARG_ENABLE(build-warnings, -[ --enable-build-warnings Enable build-time compiler warnings], +[ --enable-build-warnings enable build-time compiler warnings], [case "${enableval}" in yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";; no) if test "${GCC}" = yes ; then |
