diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-21 07:34:01 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-21 19:53:53 -0500 |
commit | 0ec7cdcbadd66def45046d093919799d9af3c12e (patch) | |
tree | c10ee7dbe1cc54734710efea0a843e7796a32894 /configure.ac.tpl | |
parent | 4335a49f515e860bdb3181e4562947cbd4032272 (diff) | |
download | portable-0ec7cdcbadd66def45046d093919799d9af3c12e.tar.gz portable-0ec7cdcbadd66def45046d093919799d9af3c12e.tar.bz2 portable-0ec7cdcbadd66def45046d093919799d9af3c12e.zip |
include err.h shim
Includes compatible replacements, or uses system err.h if available.
ok beck@ guenther@
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") |