comparison 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
comparison
equal deleted inserted replaced
10621:fe919915fceb 10622:78a43d6e1801
93 ], [ 93 ], [
94 AC_MSG_RESULT(int) 94 AC_MSG_RESULT(int)
95 AC_DEFINE(socklen_t, int, [socklen_t size]) 95 AC_DEFINE(socklen_t, int, [socklen_t size])
96 ]) 96 ])
97 ]) 97 ])
98
99 dnl to prevent the g_stat()/g_unlink() crash,
100 dnl (09:50:07) Robot101: LSchiere2: it's easy. +LC_SYS_LARGEFILE somewhere in configure.ac
101 AC_SYS_LARGEFILE
98 102
99 dnl Check for SILC client includes and libraries 103 dnl Check for SILC client includes and libraries
100 AC_ARG_WITH(silc-includes, [ --with-silc-includes=DIR 104 AC_ARG_WITH(silc-includes, [ --with-silc-includes=DIR
101 Compile the SILC plugin against includes in DIR ], [ac_silc_includes="$withval"], [ac_silc_includes="no"]) 105 Compile the SILC plugin against includes in DIR ], [ac_silc_includes="$withval"], [ac_silc_includes="no"])
102 AC_ARG_WITH(silc-libs, [ --with-silc-libs=DIR Compile the SILC plugin against the SILC libs in DIR], [ac_silc_libs="$withval"], [ac_silc_libs="no"]) 106 AC_ARG_WITH(silc-libs, [ --with-silc-libs=DIR Compile the SILC plugin against the SILC libs in DIR], [ac_silc_libs="$withval"], [ac_silc_libs="no"])