[Nagiosplug-checkins] nagiosplug configure.in,1.131,1.132
Ton Voon
tonvoon at users.sourceforge.net
Tue Dec 28 12:41:08 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32715
Modified Files:
configure.in
Log Message:
sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- configure.in 23 Dec 2004 09:30:55 -0000 1.131
+++ configure.in 28 Dec 2004 20:40:42 -0000 1.132
@@ -1312,12 +1312,12 @@
dnl in the various BSD's
dnl
+AC_CHECK_HEADERS([sys/stat.h sys/param.h])
AC_CHECK_HEADERS([sys/swap.h], [], [], [
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
])
-AC_CHECK_HEADERS([sys/stat.h sys/param.h])
AC_CHECK_DECLS([swapctl],,,[
#include <unistd.h>
#include <sys/types.h>
More information about the Commits
mailing list