Mercurial > hg > xemacs-beta
diff configure.in @ 567:4a2749e56f92
[xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
Karl M. Hegbloom)s patch "[configure.in,config.h.in,movemail.c] Use mkstemp if possible (warning suppression, "security")",
<87g0ea77tc.fsf@bittersweet.intra.hegbloom.net>
author | yoshiki |
---|---|
date | Thu, 24 May 2001 11:22:26 +0000 |
parents | 1dac8639fe3f |
children | 5c09e1d634a3 |
line wrap: on
line diff
--- a/configure.in Thu May 24 11:01:54 2001 +0000 +++ b/configure.in Thu May 24 11:22:26 2001 +0000 @@ -2464,6 +2464,9 @@ [return atanh(1.0) + asinh(1.0) + acosh(1.0); ], AC_DEFINE(HAVE_INVERSE_HYPERBOLIC)) +dnl See if mkstemp is available +AC_CHECK_FUNCS(mkstemp) + dnl Determine type of mail locking from configure args and s&m headers AC_CHECKING(type of mail spool file locking) AC_CHECK_FUNCS(lockf flock)