diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-11 18:09:49 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-11 18:10:50 -0500 |
commit | 058914fea2b5791f8f98b8628b290d0121b3f152 (patch) | |
tree | 156db30330554a49c2162acf5f541ababef6335a | |
parent | c1f7374df083f6390e57d588bfecf70b2ab69759 (diff) | |
download | portable-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.tpl | 2 |
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 | ||
94 | AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN)) | 94 | AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN)) |
95 | 95 | ||
96 | AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) | ||
97 | |||
96 | LT_INIT | 98 | LT_INIT |
97 | 99 | ||
98 | AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile | 100 | AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile |