From debe2a4aa50cbaa0d36689b8ac4b6e99caa2b45a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Jan 2014 05:34:17 +0100 Subject: Help message for werrors configuration option fixed --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a78ef23..3da3e1b 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PROG_RANLIB dnl additional c flags AM_CFLAGS="$AM_CFLAGS -Wall -fno-strict-aliasing" AC_ARG_WITH(werror, -[ --with-werror treat compilation errors as warnings], +[ --with-werror treat compilation warnings as errors], [case "${withval}" in yes) werr=true ;; no) werr=false ;; -- cgit v1.2.3