summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 ;;