talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 6535e0a41743e2879dea857af5f7832680cb8c62
parent dc543a4e929c4c2c75f91cdc14c322716a74ff55
Author: Oliver Lowe <o@olowe.co>
Date:   Tue,  5 Aug 2025 09:16:27 +0700

Delete leftover LDAP, JPilot build config

Diffstat:
Mclaws-features.h.in | 4----
Mconfigure.ac | 4----
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/claws-features.h.in b/claws-features.h.in @@ -11,10 +11,6 @@ #undef USE_ENCHANT #undef USE_GNUTLS #undef USE_GPGME -#undef USE_JPILOT -#undef USE_LDAP -#undef USE_LDAP_TLS -#undef USE_ALT_ADDRBOOK #undef USE_PTHREAD #undef USE_SPAMASSASSIN_PLUGIN #undef __CYGWIN__ diff --git a/configure.ac b/configure.ac @@ -292,10 +292,6 @@ AC_ARG_ENABLE(dbus, [ --disable-dbus Do not build DBUS support], [enable_dbus=$enableval], [enable_dbus=yes]) -AC_ARG_ENABLE(jpilot, - [ --disable-jpilot Do not build JPilot support], - [enable_jpilot=$enableval], [enable_jpilot=yes]) - AC_ARG_ENABLE(networkmanager, [ --disable-networkmanager Do not build NetworkManager support], [enable_networkmanager=$enableval], [enable_networkmanager=yes])