[dovecot-cvs] dovecot configure.in,1.175,1.176
cras at dovecot.org
cras at dovecot.org
Mon Jul 26 19:21:32 EEST 2004
Update of /home/cvs/dovecot
In directory talvi:/tmp/cvs-serv19895
Modified Files:
configure.in
Log Message:
Added dovecotpw utility. Patch by Joshua Goodall
Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- configure.in 23 Jul 2004 19:07:57 -0000 1.175
+++ configure.in 26 Jul 2004 16:21:29 -0000 1.176
@@ -1,7 +1,7 @@
AC_INIT(src)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 1.0-test29)
+AM_INIT_AUTOMAKE(dovecot, 1.0-test30)
AM_MAINTAINER_MODE
@@ -588,13 +588,6 @@
fi
AC_SUBST(RAND_LIBS)
-AC_CHECK_LIB(crypto, SHA1_Init, [
- AC_CHECK_HEADER(openssl/sha.h, [
- AC_DEFINE(HAVE_OPENSSL_SHA1,, Define if you have SHA1 in OpenSSL)
- AUTH_LIBS=-lcrypto
- ])
-])
-
dnl * do we have tm_gmtoff
AC_MSG_CHECKING([for tm_gmtoff])
AC_CACHE_VAL(i_cv_field_tm_gmtoff,
More information about the dovecot-cvs
mailing list