mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Do not use utf8proc by default.
This commit is contained in:
parent
a5b29a1250
commit
6e8f400edc
@ -229,7 +229,7 @@ AC_ARG_ENABLE(
|
|||||||
utf8proc,
|
utf8proc,
|
||||||
AC_HELP_STRING(--enable-utf8proc, use utf8proc if it is installed),
|
AC_HELP_STRING(--enable-utf8proc, use utf8proc if it is installed),
|
||||||
found_utf8proc=$enable_utf8proc,
|
found_utf8proc=$enable_utf8proc,
|
||||||
found_utf8proc=yes
|
found_utf8proc=no
|
||||||
)
|
)
|
||||||
if test "x$found_utf8proc" = xyes; then
|
if test "x$found_utf8proc" = xyes; then
|
||||||
AC_CHECK_HEADER(utf8proc.h, found_utf8proc=yes, found_utf8proc=no)
|
AC_CHECK_HEADER(utf8proc.h, found_utf8proc=yes, found_utf8proc=no)
|
||||||
|
Loading…
Reference in New Issue
Block a user