diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:32 -0600 |
commit | 7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch) | |
tree | 966c56d322d59439374c65c06803bdca34b00af5 /libtdepim/configure.in.in | |
parent | dbb49d72f7a1bc5c4b7312219cae8491cc571def (diff) | |
download | tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'libtdepim/configure.in.in')
-rw-r--r-- | libtdepim/configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/configure.in.in b/libtdepim/configure.in.in index c405f31c4..74914a26a 100644 --- a/libtdepim/configure.in.in +++ b/libtdepim/configure.in.in @@ -4,7 +4,7 @@ AC_HELP_STRING([--disable-newdistrlists], [Disables the new distribution lists (which are saved as addressee in the address book as normal contacts, useful for Kolab)]), [ enable_new_distrlists=$enableval], [enable_new_distrlists=yes])dnl if test "$enable_new_distrlists" = "yes" ; then - AC_DEFINE_UNQUOTED(KDEPIM_NEW_DISTRLISTS, 1, [Define if you want to use the new distribution lists]) + AC_DEFINE_UNQUOTED(TDEPIM_NEW_DISTRLISTS, 1, [Define if you want to use the new distribution lists]) AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) |