1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Upgraded to glib 1.2.9

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1385 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-15 02:23:43 +00:00 committed by cras
parent aa526bed41
commit 2680011ad7

View File

@ -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