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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user