summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-18 14:43:00 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-08-21 13:03:19 +0300
commitd865714df6b485a2551aa85a3c9ba4771b85d213 (patch)
tree3b714cae0c0f666e6e62250359a263b65321434c /config.h.cmake
parent9e16e0eb0365f8bc19afdee2cfab42530e080843 (diff)
downloadtdenetwork-d865714d.tar.gz
tdenetwork-d865714d.zip
kopete/sms: overhaul build/configure process with gsmlib
* Build cpp files conditionally rather than #ifdef their content * Rename {INCLUDE_SMSGSM -> HAVE_GSMLIB} for consistency * Merge gsmlib's configuration check to the ConfigureChecks.cmake in the root directory. (cherry picked from commit 4dca9b8265b84c09d7156ccf1d70f3f5c401c896)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 8247d6e2..5b310852 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -34,7 +34,7 @@
#cmakedefine HAVE_XMMS 1
// kopete/protocols/sms
-#cmakedefine INCLUDE_SMSGSM 1
+#cmakedefine HAVE_GSMLIB 1
// kopete/plugins/webpresence
#cmakedefine HAVE_XSLT 1