summaryrefslogtreecommitdiff
path: root/mail/up-imapproxy/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/up-imapproxy/files/patch-configure.in')
-rw-r--r--mail/up-imapproxy/files/patch-configure.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/up-imapproxy/files/patch-configure.in b/mail/up-imapproxy/files/patch-configure.in
deleted file mode 100644
index 277aa286cdf7..000000000000
--- a/mail/up-imapproxy/files/patch-configure.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.in.orig Wed May 12 14:17:03 2004
-+++ configure.in Wed May 12 14:17:15 2004
-@@ -86,23 +86,6 @@
- LDFLAGS="${LDFLAGS} -L${with_libwrap}/lib"
- fi
-
--
--dnl Check for libwrap
--save_LIBS="$LIBS"
--if test "$with_libwrap" != no; then
-- AC_CHECK_LIB(nsl, yp_get_default_domain, , [
-- with_libwrap=no
-- AC_WARN([nsl library not found!!! Wrappers will be disabled.])
-- ])
-- if test "$with_libwrap" != no; then
-- AC_CHECK_LIB(wrap, request_init, , [
-- LIBS="$save_LIBS"
-- AC_WARN([Wrappers library not found!!! Wrappers will be disabled.])
-- ])
-- fi
--fi
--
--
- dnl Check for crypto library
- AC_CHECK_LIB(crypto, EVP_DigestInit, ,
- AC_ERROR([Can't compile without OpenSSL crypto library!!!])