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:
		| @@ -85,9 +85,15 @@ 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 | ||||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand