mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #917 from dequis/wcwidth-wrapper
Add a wrapper of wcwidth() that picks the best implementation
This commit is contained in:
commit
d93cd63243
12 changed files with 191 additions and 18 deletions
|
|
@ -326,6 +326,11 @@ PKG_CHECK_MODULES([OPENSSL], [openssl], [
|
|||
])
|
||||
])
|
||||
|
||||
dnl **
|
||||
dnl ** utf8proc
|
||||
dnl **
|
||||
AC_CHECK_LIB([utf8proc], [utf8proc_version])
|
||||
|
||||
dnl **
|
||||
dnl ** curses checks
|
||||
dnl **
|
||||
|
|
@ -815,7 +820,7 @@ echo "Building with 64bit DCC support .. : $offt_64bit"
|
|||
echo "Building with true color support.. : $want_truecolor"
|
||||
echo "Building with GRegex ............. : $want_gregex"
|
||||
echo "Building with Capsicum ........... : $want_capsicum"
|
||||
|
||||
echo "Building with utf8proc ........... : $ac_cv_lib_utf8proc_utf8proc_version"
|
||||
if test "x$want_otr" = "xstatic"; then
|
||||
echo "Building with OTR support ........ : static (in irssi binary)"
|
||||
elif test "x$want_otr" = "xmodule"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue