diff configure.ac @ 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 17daac7cea91
children 06f5cc17cddc
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"])