Skip to content

Commit

Permalink
add a check to see if <sys/sysctl.h> exists
Browse files Browse the repository at this point in the history
ok beck@
  • Loading branch information
busterb committed Jul 11, 2014
1 parent c1f7374 commit 058914f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 058914f

Please sign in to comment.