Check for correct vis.h.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15005 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-29 10:56:39 +00:00
parent 9759809596
commit 630a504232

View File

@@ -85,8 +85,14 @@ AC_CHECK_HEADERS([\
userconf.h \ userconf.h \
usersec.h \ usersec.h \
util.h \ util.h \
vis.h \
]) ])
dnl Sunpro 5.2 has a vis.h which is something different.
AC_CHECK_HEADERS(vis.h, , , [
#include <vis.h>
#ifndef VIS_SP
#error invis
#endif])
AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
#if HAVE_SYS_SOCKET_H #if HAVE_SYS_SOCKET_H