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-11 20:10:54 +0200
commitca476ed32132a786be934201139ae53a3c6522e2 (patch)
treeab9f7ba1b18aae48e0407334529b42b49acbcc36 /configure.in
parent07451b6746659af966b52f5556a8db6960e2ab35 (diff)
configure.in: typos
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56 (cherry picked from commit d3d2f4ecc92e1215a2139e2b84e4e991396b3ce1) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
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 46bffe422eb8..7780d6b6d4e1 100644
--- a/configure.in
+++ b/configure.in
@@ -3927,7 +3927,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 )
@@ -10782,7 +10782,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