From ba7d16f3c90de2744243efe6373ccebe51cfcb5a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 24 Mar 2010 17:12:53 +0000 Subject: Now seems like a pretty good time to finally kill crypting.c and storage_text. This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6bd2995a..7ffd225b 100755 --- a/configure +++ b/configure @@ -395,7 +395,7 @@ if detect_resolv_dynamic || detect_resolv_static; then echo '#define HAVE_RESOLV_A' >> config.h fi -STORAGES="text xml" +STORAGES="xml" if [ "$ldap" = "auto" ]; then detect_ldap -- cgit v1.2.3