diff --git a/CMakeLists.txt b/CMakeLists.txt index 445ace8d..e4c9833b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,7 @@ if (PROTOBUF_FOUND) message("Skype plugin : no (does not run on Win32)") endif() - if(ENABLE_SWIFTEN) + if(ENABLE_XMPP) message("Swiften plugin : yes") else() message("Swiften plugin : no (user disabled)") diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 83b8949d..09a9254c 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -7,7 +7,7 @@ if (PROTOBUF_FOUND) ADD_SUBDIRECTORY(libcommuni) endif() - if (ENABLE_SWIFTEN) + if (ENABLE_XMPP) ADD_SUBDIRECTORY(swiften) endif()