summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure8
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index abbe63b..f6c2cb6 100755
--- a/configure
+++ b/configure
@@ -30992,8 +30992,8 @@ fi
## Enable strict file format checks
##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether to perform strict file format checks" >&5
-$as_echo_n "checking Whether to perform strict file format checks... " >&6; };
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to perform strict file format checks" >&5
+$as_echo_n "checking whether to perform strict file format checks... " >&6; };
# Check whether --enable-strict-format-checks was given.
if test "${enable_strict_format_checks+set}" = set; then :
enableval=$enable_strict_format_checks; STRICT_CHECKS=$enableval
@@ -31029,8 +31029,8 @@ esac
## ----------------------------------------------------------------------
## Enable embedded library information
##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether to have library information embedded in the executables" >&5
-$as_echo_n "checking Whether to have library information embedded in the executables... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to have library information embedded in the executables" >&5
+$as_echo_n "checking whether to have library information embedded in the executables... " >&6; }
# Check whether --enable-embedded-libinfo was given.
if test "${enable_embedded_libinfo+set}" = set; then :
enableval=$enable_embedded_libinfo; enable_embedded_libinfo=$enableval
diff --git a/configure.ac b/configure.ac
index 8e37769..3373119 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4276,7 +4276,7 @@ fi
## Enable strict file format checks
##
AC_SUBST([STRICT_FORMAT_CHECKS])
-AC_MSG_CHECKING([Whether to perform strict file format checks]);
+AC_MSG_CHECKING([whether to perform strict file format checks]);
AC_ARG_ENABLE([strict-format-checks],
[AS_HELP_STRING([--enable-strict-format-checks],
[Enable strict file format checks, default=yes if
@@ -4309,7 +4309,7 @@ esac
## ----------------------------------------------------------------------
## Enable embedded library information
##
-AC_MSG_CHECKING([Whether to have library information embedded in the executables])
+AC_MSG_CHECKING([whether to have library information embedded in the executables])
AC_ARG_ENABLE([embedded-libinfo],
[AS_HELP_STRING([--enable-embedded-libinfo],
[Enable embedded library information [default=yes]])],