aboutsummaryrefslogtreecommitdiffstats
path: root/mdns-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdns-browser.c')
-rw-r--r--mdns-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns-browser.c b/mdns-browser.c
index ec5c1a2..75cab61 100644
--- a/mdns-browser.c
+++ b/mdns-browser.c
@@ -97,7 +97,7 @@ main(int argc, char *argv[])
fcntl(ConnectionNumber(dpy),F_SETFD,FD_CLOEXEC);
detect_desktop();
-#ifdef HAVE_VNCCLIENT
+#ifdef HAVE_GTK_VNC
if (0 == strcmp(service, "_rfb._tcp"))
callback = vnc_callback;
#endif