summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-09 18:16:33 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-09 18:16:33 +0200
commitd3d2f4ecc92e1215a2139e2b84e4e991396b3ce1 (patch)
tree5f76e01fc273797d333e963968d44c38eccd2e24 /configure.in
parentb7822657fa67e7265d07f5852057e975e9efae0d (diff)
configure.in: typos
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9c1ea0511e9f..2873cd2bc998 100644
--- a/configure.in
+++ b/configure.in
@@ -3972,7 +3972,7 @@ else
fi
# find if gnumake support file function
-AC_MSG_CHECKING([for GNU support for (file function])
+AC_MSG_CHECKING([whether GNU make supports the 'file' function])
TESTGMAKEFILEFUNC="`mktemp -d -t tst.XXXXXX`"
cat > $TESTGMAKEFILEFUNC/Makefile << EOF
\$(file >test.txt,Success )
@@ -10902,7 +10902,7 @@ if test "$with_system_gettext" = yes; then
AC_MSG_RESULT([yes])
elif test "$with_system_gettext" = no; then
SYSTEM_GETTEXT=NO
- AC_MSG_RESULT([yes])
+ AC_MSG_RESULT([no])
else
AC_MSG_ERROR([bad --with-system-gettext=$with_system_gettext])
fi