Kaydet (Commit) d3d2f4ec authored tarafından Michael Stahl's avatar Michael Stahl

configure.in: typos

Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56
üst b7822657
...@@ -3972,7 +3972,7 @@ else ...@@ -3972,7 +3972,7 @@ else
fi fi
# find if gnumake support file function # 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`" TESTGMAKEFILEFUNC="`mktemp -d -t tst.XXXXXX`"
cat > $TESTGMAKEFILEFUNC/Makefile << EOF cat > $TESTGMAKEFILEFUNC/Makefile << EOF
\$(file >test.txt,Success ) \$(file >test.txt,Success )
...@@ -10902,7 +10902,7 @@ if test "$with_system_gettext" = yes; then ...@@ -10902,7 +10902,7 @@ if test "$with_system_gettext" = yes; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
elif test "$with_system_gettext" = no; then elif test "$with_system_gettext" = no; then
SYSTEM_GETTEXT=NO SYSTEM_GETTEXT=NO
AC_MSG_RESULT([yes]) AC_MSG_RESULT([no])
else else
AC_MSG_ERROR([bad --with-system-gettext=$with_system_gettext]) AC_MSG_ERROR([bad --with-system-gettext=$with_system_gettext])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment