From b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 24 Feb 2012 15:29:11 -0600 Subject: Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT --- src/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 3084f017..619fdd78 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -39,8 +39,8 @@ /* define if you want the IpV6 support */ #undef COMPILE_IPV6_SUPPORT -/* define if you want to compile the KDE 3.x support */ -#undef COMPILE_KDE_SUPPORT +/* define if you want to compile the TDE support */ +#undef COMPILE_TDE_SUPPORT /* define if you want the memory checks */ #undef COMPILE_MEMORY_CHECKS -- cgit v1.2.1