From 058914fea2b5791f8f98b8628b290d0121b3f152 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Jul 2014 18:09:49 -0500 Subject: [PATCH] add a check to see if exists ok beck@ --- configure.ac.tpl | 2 ++ 1 file changed, 2 insertions(+) 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)) AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN)) +AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) + LT_INIT AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile