diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-15 02:23:43 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-15 02:23:43 +0000 |
commit | 2680011ad740f7e93b0c93585ff62baef33b24fa (patch) | |
tree | 855da2988e498c761c087629cd26698bab18f03e /configure.in | |
parent | aa526bed41def85b355245e37d6cc5f7841f5bcc (diff) | |
download | irssi-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.in | 7 |
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 |