summaryrefslogtreecommitdiff
path: root/config_host/config_kde4.h.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
commit8bfc664c6188b0d9128e80f5222bf252e854bff3 (patch)
tree6b08e18195ad48f76e7b4912313658cf317ffd0f /config_host/config_kde4.h.in
parent3326a85ae6ad417b37deeee52fd9a806f42004ba (diff)
autoconf can actually handle #define HAVE_FOO 0 as the default
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
Diffstat (limited to 'config_host/config_kde4.h.in')
-rw-r--r--config_host/config_kde4.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config_host/config_kde4.h.in b/config_host/config_kde4.h.in
index 654d2352402c..6e91b3854dd1 100644
--- a/config_host/config_kde4.h.in
+++ b/config_host/config_kde4.h.in
@@ -5,9 +5,6 @@ Settings for KDE4 integration.
#ifndef CONFIG_KDE4_H
#define CONFIG_KDE4_H
-#undef KDE_HAVE_GLIB
-#ifndef KDE_HAVE_GLIB
#define KDE_HAVE_GLIB 0
-#endif
#endif