Commit c55ac2bb authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Allowing --disable-utf8 and --enable-utf8 to work.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4689 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
2014-03-27 Mike Frysinger <vapier@gentoo.org>. 2014-03-27 Mike Frysinger <vapier@gentoo.org>.
* configure.ac - Make --disable-nanorc with --enable-color barf. * configure.ac - Make --disable-nanorc with --enable-color barf.
* configure.ac - Allow --disable-utf8 and --enable-utf8 to work.
2014-03-26 Benno Schulenberg <bensberg@justemail.net> 2014-03-26 Benno Schulenberg <bensberg@justemail.net>
* configure.ac - Word, tab, and comment tweaks. * configure.ac - Word, tab, and comment tweaks.
......
...@@ -182,9 +182,8 @@ if test "x$enable_nanorc" != xno; then ...@@ -182,9 +182,8 @@ if test "x$enable_nanorc" != xno; then
fi fi
AC_MSG_CHECKING([whether to enable UTF-8 support]) AC_MSG_CHECKING([whether to enable UTF-8 support])
enable_utf8=auto
AC_ARG_ENABLE(utf8, AS_HELP_STRING([--enable-utf8], [Enable UTF-8 support])) AC_ARG_ENABLE(utf8, AS_HELP_STRING([--enable-utf8], [Enable UTF-8 support]))
AC_MSG_RESULT($enable_utf8) AC_MSG_RESULT(${enable_utf8:-auto})
AC_MSG_CHECKING([whether to use slang]) AC_MSG_CHECKING([whether to use slang])
CURSES_LIB_NAME="" CURSES_LIB_NAME=""
......
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