summaryrefslogtreecommitdiffstats
path: root/src/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.c')
-rw-r--r--src/host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host.c b/src/host.c
index 67936be..aee42c5 100644
--- a/src/host.c
+++ b/src/host.c
@@ -65,7 +65,7 @@ suil_host_free(SuilHost* host)
}
}
-#ifdef SUIL_WITH_X11
+#if USE_X11
static void
suil_load_init_module(const char* module_name)
{
@@ -94,7 +94,7 @@ suil_init(int* argc, char*** argv, SuilArg key, ...)
suil_argc = argc ? *argc : 0;
suil_argv = argv ? *argv : NULL;
-#ifdef SUIL_WITH_X11
+#if USE_X11
suil_load_init_module("suil_x11");
#endif
}