mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
Recode patch by decadix/senneth
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3283 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
924ac8f91f
commit
226a567562
20 changed files with 289 additions and 63 deletions
11
configure.in
11
configure.in
|
|
@ -516,6 +516,17 @@ if test "x$want_gc" = xyes; then
|
|||
fi
|
||||
fi
|
||||
|
||||
dnl **
|
||||
dnl ** Recode
|
||||
dnl **
|
||||
AC_MSG_CHECKING([if we can use recode, requires GLIB2])
|
||||
if test "$glib_config_major_version" = "2"; then
|
||||
AC_DEFINE(HAVE_GLIB2)
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no, using glib1])
|
||||
fi
|
||||
|
||||
dnl **
|
||||
dnl ** check if we can link dynamic libraries to modules
|
||||
dnl ** also checks if libraries are built to .libs dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue