summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-15 02:23:43 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-15 02:23:43 +0000
commit2680011ad740f7e93b0c93585ff62baef33b24fa (patch)
tree855da2988e498c761c087629cd26698bab18f03e /configure.in
parentaa526bed41def85b355245e37d6cc5f7841f5bcc (diff)
downloadirssi-2680011ad740f7e93b0c93585ff62baef33b24fa.zip
Upgraded to glib 1.2.9
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1385 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 2a048dcd..82f9116e 100644
--- a/configure.in
+++ b/configure.in
@@ -307,10 +307,11 @@ if test "x$GLIB_DIR" = "x"; then
echo "*** Irssi will automatically compile and use it."
echo
- dnl * I think it's pretty safe to assume GLib 1.2.8 since the next
+ 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
- glib_file=glib-1.2.8.tar.gz
+ 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
dlcmd=
if test -f "`which ncftpget`"; then