diff options
Diffstat (limited to 'configure.ac.tpl')
-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 99c2f6f..84d2f69 100644 --- a/configure.ac.tpl +++ b/configure.ac.tpl | |||
@@ -111,6 +111,8 @@ AC_CHECK_FUNC(funopen, AC_DEFINE(HAVE_FUNOPEN)) | |||
111 | 111 | ||
112 | AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) | 112 | AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) |
113 | 113 | ||
114 | AC_CHECK_HEADER(err.h, AC_DEFINE(HAVE_ERR_H)) | ||
115 | |||
114 | AC_ARG_WITH([openssldir], | 116 | AC_ARG_WITH([openssldir], |
115 | AS_HELP_STRING([--with-openssldir], [Set the default openssl directory]), | 117 | AS_HELP_STRING([--with-openssldir], [Set the default openssl directory]), |
116 | AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") | 118 | AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") |