diff --git a/src/httpd_jsonapi.c b/src/httpd_jsonapi.c index 091a68fc..67df8f80 100644 --- a/src/httpd_jsonapi.c +++ b/src/httpd_jsonapi.c @@ -83,7 +83,7 @@ jsonapi_reply_config(struct evhttp_request *req, struct evbuffer *evbuf, char *u reply = json_object_new_object(); // Websocket port -#ifdef WEBSOCKET +#ifdef HAVE_LIBWEBSOCKETS websocket_port = cfg_getint(cfg_getsec(cfg, "general"), "websocket_port"); #else websocket_port = 0; diff --git a/src/misc.c b/src/misc.c index cc902f4f..250cefbb 100644 --- a/src/misc.c +++ b/src/misc.c @@ -66,8 +66,8 @@ static char *buildopts[] = #ifdef RAOP_VERIFICATION "Device verification", #endif -#ifdef WEBSOCKET - "Websocket", +#ifdef HAVE_LIBWEBSOCKETS + "Websockets", #endif #ifdef HAVE_ALSA "ALSA",