Use AC_CHECK_FUNCS so we automatically get HAVE_GETPEEREID.

This commit is contained in:
Daniel O'Connor 2012-09-06 14:34:01 +09:30
parent 1deb092a5f
commit 3067d74569

View File

@ -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 \