summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-18 16:57:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-18 17:15:55 +0100
commit8c2711e771bebf1e33f185ff98e4eaed7eb7f95b (patch)
treedc8beb795dd4938e2568f7a24431034a53a2aeb0 /config_host
parent58d8ad3678d988c86f94a8de3a6c5800336b5800 (diff)
change #ifdef -> #if for KDE4 feature macros
Change-Id: I289744eaa62ad819620f0b31a54efd5ebbdb9dc2
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_kde4.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_kde4.h.in b/config_host/config_kde4.h.in
index 6e5cddf5a5f4..654d2352402c 100644
--- a/config_host/config_kde4.h.in
+++ b/config_host/config_kde4.h.in
@@ -6,5 +6,8 @@ Settings for KDE4 integration.
#define CONFIG_KDE4_H
#undef KDE_HAVE_GLIB
+#ifndef KDE_HAVE_GLIB
+#define KDE_HAVE_GLIB 0
+#endif
#endif