Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / configure.in
index ad552d79df4ee57e99b053495ce0056243bb04f6..a177c4b5970c21415a39c366fdb8756e8c0de94a 100644 (file)
@@ -279,14 +279,14 @@ if test "${enable_netrom}" = "yes"; then
 fi
 
 AC_ARG_ENABLE(warnings,
-[  --enable-warnings       Enable compiler warnings if gcc is used],
+[  --enable-build-warnings Enable compiler warnings if gcc is used],
 [case "${enableval}" in
-yes)   enable_warnings=yes ;;
-no)    enable_warnings=no ;;
+yes)   enable_build_warnings=yes ;;
+no)    enable_build_warnings=no ;;
 *)     AC_MSG_ERROR(bad value ${enableval} given for warnings options) ;;
 esac])
 
-if test "x$enable_warnings" = xyes -a "x$GCC" = xyes
+if test "x$enable_build_warnings" = xyes -a "x$GCC" = xyes
 then
    WARN_CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes"
 else
This page took 0.023718 seconds and 4 git commands to generate.