mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 03:24:13 +00:00
Use AC_CHECK_FUNCS so we automatically get HAVE_GETPEEREID.
This commit is contained in:
parent
1deb092a5f
commit
3067d74569
@ -66,7 +66,7 @@ dnl Solaris hides nanosleep here
|
||||
AC_CHECK_LIB(rt,nanosleep)
|
||||
|
||||
dnl BSD way of getting socket creds
|
||||
AC_CHECK_FUNC(getpeereid)
|
||||
AC_CHECK_FUNCS(getpeereid)
|
||||
|
||||
AC_CHECK_HEADERS(
|
||||
stdio.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user