summaryrefslogtreecommitdiff
path: root/src/hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub.c')
-rw-r--r--src/hub.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/hub.c b/src/hub.c
index 8a5b6f4..6e4f64d 100644
--- a/src/hub.c
+++ b/src/hub.c
@@ -31,12 +31,11 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
-#ifdef HAVE_GTK_SUPPORT
+#ifdef INCLUDE_GTK_SUPPORT
# include <gtk/gtk.h>
#endif
-#include <config.h>
#include <i18n.h>
@@ -356,7 +355,7 @@ int main(int argc, char **argv)
/* Initialisation de GTK */
g_set_prgname("Chrysalide Hub");
-#ifdef HAVE_GTK_SUPPORT
+#ifdef INCLUDE_GTK_SUPPORT
gtk_init(&argc, &argv);
#endif