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 \
|
unistd.h \
|
||||||
userconf.h \
|
userconf.h \
|
||||||
usersec.h \
|
usersec.h \
|
||||||
|
util.h \
|
||||||
winsock.h \
|
winsock.h \
|
||||||
])
|
])
|
||||||
|
|
||||||
@@ -225,6 +226,11 @@ AC_NEED_PROTO([
|
|||||||
vasnprintf)dnl
|
vasnprintf)dnl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_FIND_FUNC_NO_LIBS(pidfile,util,
|
||||||
|
[#ifdef HAVE_UTIL_H
|
||||||
|
#include <util.h>
|
||||||
|
#endif],0)
|
||||||
|
|
||||||
AC_BROKEN([ \
|
AC_BROKEN([ \
|
||||||
chown \
|
chown \
|
||||||
copyhostent \
|
copyhostent \
|
||||||
|
Reference in New Issue
Block a user