aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-11 18:09:49 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-11 18:10:50 -0500
commit058914fea2b5791f8f98b8628b290d0121b3f152 (patch)
tree156db30330554a49c2162acf5f541ababef6335a
parentc1f7374df083f6390e57d588bfecf70b2ab69759 (diff)
downloadportable-058914fea2b5791f8f98b8628b290d0121b3f152.tar.gz
portable-058914fea2b5791f8f98b8628b290d0121b3f152.tar.bz2
portable-058914fea2b5791f8f98b8628b290d0121b3f152.zip
add a check to see if <sys/sysctl.h> exists
ok beck@
-rw-r--r--configure.ac.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac.tpl b/configure.ac.tpl
index 55f5690..e89b86e 100644
--- a/configure.ac.tpl
+++ b/configure.ac.tpl
@@ -93,6 +93,8 @@ AC_CHECK_FUNC(getauxval, AC_DEFINE(HAVE_GETAUXVAL))
93 93
94AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN)) 94AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN))
95 95
96AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H))
97
96LT_INIT 98LT_INIT
97 99
98AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile 100AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile