# HG changeset patch # User Luke Schierer # Date 1109085416 0 # Node ID 78a43d6e18013266dceebba5bdb2d80c8264f33a # Parent fe919915fceb24ae46fb5170a8753205bba7b6e7 [gaim-migrate @ 12091] make sure g_stat() doesn't cause problems here either committer: Tailor Script diff -r fe919915fceb -r 78a43d6e1801 configure.ac --- 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"])