aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-01-09 00:06:13 +0100
committerGilles Chehade <gilles@poolp.org>2020-01-09 00:06:13 +0100
commit811a20fae13d85e7cb795c460224d21b7e76ed5b (patch)
tree94970f84ee5816045399f662cfc6403c4c6c7b61 /configure.ac
parentwork in progress (diff)
downloadOpenSMTPD-811a20fae13d85e7cb795c460224d21b7e76ed5b.tar.xz
OpenSMTPD-811a20fae13d85e7cb795c460224d21b7e76ed5b.zip
remove --with-libasr
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac29
1 files changed, 0 insertions, 29 deletions
diff --git a/configure.ac b/configure.ac
index 7dd0780a..ab487ac7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1617,35 +1617,6 @@ AC_SUBST([TEST_MALLOC_OPTIONS], [$TEST_MALLOC_OPTIONS])
AC_EXEEXT
#l4757
-
-# Search for asr (based on zlib checks)
-dnl asr is required
-AC_ARG_WITH([libasr],
- [ --with-libasr=PATH Specify path to libasr installation],
- [ if test "x$withval" = "xno"; then
- AC_MSG_ERROR([*** asr is required ***])
- elif test "x$withval" != "xyes"; then
- if test -d "$withval/lib"; then
- if test -n "${need_dash_r}"; then
- LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
- else
- LDFLAGS="-L${withval}/lib ${LDFLAGS}"
- fi
- else
- if test -n "${need_dash_r}"; then
- LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
- else
- LDFLAGS="-L${withval} ${LDFLAGS}"
- fi
- fi
- if test -d "$withval/include"; then
- CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
- else
- CPPFLAGS="-I${withval} ${CPPFLAGS}"
- fi
- fi ]
-)
-
need_libasr=no
AC_CHECK_HEADER([asr.h], ,[need_libasr=yes])
[#include <sys/types.h>