mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
configure-check-for-timegm-20021001
check for timegm. lha needs it for rxkad but it's "safe"
This commit is contained in:
parent
d04a30d76b
commit
06690bd19c
@ -578,6 +578,8 @@ AC_CHECK_FUNCS(utimes random srandom getdtablesize snprintf re_comp re_exec)
|
||||
AC_CHECK_FUNCS(setprogname getprogname sigaction)
|
||||
AC_CHECK_TYPE(ssize_t, int)
|
||||
|
||||
AC_CHECK_FUNCS(timegm)
|
||||
|
||||
dnl Directory PATH handling
|
||||
if test "x$enable_transarc_paths" = "xyes" ; then
|
||||
afsconfdir=${afsconfdir=/usr/afs/etc}
|
||||
|
Loading…
Reference in New Issue
Block a user