diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index e0b3f928c..fc6c1db72 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,8 +9,8 @@ # ################################################# -if( BUILD_LIBKDEPIM OR BUILD_KMAIL ) - option( KDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON ) +if( BUILD_LIBTDEPIM OR BUILD_KMAIL ) + option( TDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON ) endif( ) |