tests for util.h and pidfile

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8893 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-08-04 11:20:11 +00:00
parent fcf44bc79e
commit f85d41cc11

View File

@@ -86,6 +86,7 @@ AC_CHECK_HEADERS([\
unistd.h \
userconf.h \
usersec.h \
util.h \
winsock.h \
])
@@ -225,6 +226,11 @@ AC_NEED_PROTO([
vasnprintf)dnl
fi
AC_FIND_FUNC_NO_LIBS(pidfile,util,
[#ifdef HAVE_UTIL_H
#include <util.h>
#endif],0)
AC_BROKEN([ \
chown \
copyhostent \