diff options
author | Timo Sirainen <cras@irssi.org> | 2004-08-20 00:03:40 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-08-20 00:03:40 +0000 |
commit | 226a567562cf1f9a95ea08383838e11c20fb98c3 (patch) | |
tree | 484a82b46cf0ae9e93002b567c8dd43e70fefaf8 /configure.in | |
parent | 924ac8f91f87d9034dedb711ec33fe714f91a860 (diff) | |
download | irssi-226a567562cf1f9a95ea08383838e11c20fb98c3.zip |
Recode patch by decadix/senneth
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3283 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b13c7c42..122ff9d9 100644 --- a/configure.in +++ b/configure.in @@ -517,6 +517,17 @@ if test "x$want_gc" = xyes; then 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 dnl ** |