comparison 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
comparison
equal deleted inserted replaced
566:e62e90435c57 567:4a2749e56f92
2462 2462
2463 AC_TRY_LINK([#include <math.h>], 2463 AC_TRY_LINK([#include <math.h>],
2464 [return atanh(1.0) + asinh(1.0) + acosh(1.0); ], 2464 [return atanh(1.0) + asinh(1.0) + acosh(1.0); ],
2465 AC_DEFINE(HAVE_INVERSE_HYPERBOLIC)) 2465 AC_DEFINE(HAVE_INVERSE_HYPERBOLIC))
2466 2466
2467 dnl See if mkstemp is available
2468 AC_CHECK_FUNCS(mkstemp)
2469
2467 dnl Determine type of mail locking from configure args and s&m headers 2470 dnl Determine type of mail locking from configure args and s&m headers
2468 AC_CHECKING(type of mail spool file locking) 2471 AC_CHECKING(type of mail spool file locking)
2469 AC_CHECK_FUNCS(lockf flock) 2472 AC_CHECK_FUNCS(lockf flock)
2470 dnl The mail_use_xxx variables are set according to the s&m headers. 2473 dnl The mail_use_xxx variables are set according to the s&m headers.
2471 test -z "$mail_locking" -a "$mail_use_flock" = "yes" && mail_locking=flock 2474 test -z "$mail_locking" -a "$mail_use_flock" = "yes" && mail_locking=flock