Skip to content
Snippets Groups Projects
Commit 51094be4 authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

configure: Fix sysctl.h check for OpenBSD.

parent 2166afce
No related branches found
No related tags found
No related merge requests found
......@@ -7442,7 +7442,6 @@ done
 
 
 
 
 
for ac_header in \
......@@ -7547,7 +7546,6 @@ for ac_header in \
sys/statvfs.h \
sys/strtio.h \
sys/syscall.h \
sys/sysctl.h \
sys/time.h \
sys/times.h \
sys/uio.h \
......@@ -7786,7 +7784,8 @@ fi
 
 
 
for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
......
......@@ -344,7 +344,6 @@ AC_CHECK_HEADERS(\
sys/statvfs.h \
sys/strtio.h \
sys/syscall.h \
sys/sysctl.h \
sys/time.h \
sys/times.h \
sys/uio.h \
......@@ -363,7 +362,7 @@ AC_HEADER_STAT()
dnl **** Checks for headers that depend on other ones ****
AC_CHECK_HEADERS([sys/mount.h sys/statfs.h sys/user.h sys/vfs.h],,,
AC_CHECK_HEADERS([sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h],,,
[#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment