diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-09 18:16:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-09 18:16:33 +0200 |
commit | d3d2f4ecc92e1215a2139e2b84e4e991396b3ce1 (patch) | |
tree | 5f76e01fc273797d333e963968d44c38eccd2e24 /configure.in | |
parent | b7822657fa67e7265d07f5852057e975e9efae0d (diff) |
configure.in: typos
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |