Mercurial > pidgin
changeset 10622:78a43d6e1801
[gaim-migrate @ 12091]
make sure g_stat() doesn't cause problems here either
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 22 Feb 2005 15:16:56 +0000 |
parents | fe919915fceb |
children | 14c32196fcfd |
files | configure.ac |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Feb 22 15:16:38 2005 +0000 +++ b/configure.ac Tue Feb 22 15:16:56 2005 +0000 @@ -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"])