tweaks: adjust the indentation after the preceding change

Also, change two error messages a bit.
master
Benno Schulenberg 2017-05-19 11:43:04 +02:00
parent 8302ff700b
commit 8f89e23adb
1 changed files with 30 additions and 30 deletions

View File

@ -113,7 +113,7 @@ AS_HELP_STRING([--disable-help], [Disable the built-in help texts]))
if test "x$enable_tiny" = xyes; then
if test "x$enable_help" = xyes; then
if test "x$enable_multibuffer" != xyes; then
AC_MSG_ERROR([--enable-help cannot work without --enable-multibuffer])
AC_MSG_ERROR([--enable-help needs --enable-multibuffer to work])
fi
else
enable_help=no
@ -256,7 +256,7 @@ if test "x$enable_tiny" = xyes; then
color_support=no
else
if test "x$enable_nanorc" != xyes; then
AC_MSG_ERROR([--enable-color with --enable-tiny cannot work without --enable-nanorc])
AC_MSG_ERROR([--enable-color needs --enable-nanorc to work])
fi
fi
if test "x$enable_extra" != xyes; then