summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-14 15:25:24 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-14 15:25:24 +0000
commit1d765c9dd79abbc799531c06d80bfd9562cc43f6 (patch)
tree38a0bd8104584ce4bc2587eb002d0f3373c2bf6d
parent33baf1d618d71bddc4ab1c9ca1c1d85cacf695b4 (diff)
downloadirssi-1d765c9dd79abbc799531c06d80bfd9562cc43f6.zip
HAVE_GMODULE wasn't defined when using unpacked glib
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1494 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0d82e8ad..a0649061 100644
--- a/configure.in
+++ b/configure.in
@@ -281,11 +281,13 @@ AC_DEFUN(AC_CHECK_GLIBDIR,[
GLIB_LIBS="$full_glib_dir/.libs/libglib.a $GLIB_LDEXTRA"
if test -f $full_glib_dir/gmodule/.libs/libgmodule.a; then
GLIB_LIBS="$GLIB_LIBS $full_glib_dir/gmodule/.libs/libgmodule.a"
+ AC_DEFINE(HAVE_GMODULE)
fi
else
GLIB_LIBS="$full_glib_dir/libglib.a $GLIB_LDEXTRA"
if test -f $full_glib_dir/gmodule/libgmodule.a; then
GLIB_LIBS="$GLIB_LIBS $full_glib_dir/gmodule/libgmodule.a"
+ AC_DEFINE(HAVE_GMODULE)
fi
fi
AC_SUBST(GLIB_CFLAGS)
@@ -318,8 +320,8 @@ if test "x$GLIB_DIR" = "x"; then
dnl * I think it's pretty safe to assume GLib 1.2.9 since the next
dnl * will be 2.0 (or 1.4?) and it's not sure if irssi compiles
dnl * with it (yea, just a few weeks after I put this text for 1.2.8
- dnl * the 1.2.9 came :)
- glib_file=glib-1.2.9.tar.gz
+ dnl * the 1.2.9 came :) .. and then .10
+ glib_file=glib-1.2.10.tar.gz
dlcmd=
if [ "x`ncftpget 2>/dev/null|grep -i ncftp`" != "x" ]; then