aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.tpl
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-21 07:34:01 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-21 19:53:53 -0500
commit0ec7cdcbadd66def45046d093919799d9af3c12e (patch)
treec10ee7dbe1cc54734710efea0a843e7796a32894 /configure.ac.tpl
parent4335a49f515e860bdb3181e4562947cbd4032272 (diff)
downloadportable-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.tpl2
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
112AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) 112AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H))
113 113
114AC_CHECK_HEADER(err.h, AC_DEFINE(HAVE_ERR_H))
115
114AC_ARG_WITH([openssldir], 116AC_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")