gaim/gaim

As per
oldstatus
2005-02-22, Luke Schierer
271835cd313c
Parents c9f15243526a
Children a1190be55f45
As per
http://sourceforge.net/tracker/?func=detail&aid=1145742&group_id=235&atid=100235

as this requires regenerating configure, robot101 is correct, we should
probly look at releasing again.
  • +4 -0
    configure.ac
  • --- a/configure.ac Mon Feb 21 21:36:25 2005 -0500
    +++ b/configure.ac Tue Feb 22 10:08:27 2005 -0500
    @@ -96,6 +96,10 @@
    ])
    ])
    +dnl to prevent the g_stat()/g_unlink() crash,
    +dnl (09:50:07) Robot101: LSchiere2: it's easy. +LC_SYS_LARGEFILE somewhere in configure.ac
    +AC_SYS_LARGEFILE
    +
    dnl Check for SILC client includes and libraries
    AC_ARG_WITH(silc-includes, [ --with-silc-includes=DIR
    Compile the SILC plugin against includes in DIR ], [ac_silc_includes="$withval"], [ac_silc_includes="no"])