[Pkg-voip-commits] [janus] 105/163: Changed check for libwebsockets in configure.ac, to make sure vhosts are supported
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 01:22:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.
commit 23bc915cc9e5e8c4df42040ef04ca22df128ea20
Author: Lorenzo Miniero <lminiero at gmail.com>
Date: Thu Sep 7 16:57:11 2017 +0200
Changed check for libwebsockets in configure.ac, to make sure vhosts are supported
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index e50c475..79ca165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,7 +354,7 @@ AC_SUBST([MHD_LIBS])
AM_CONDITIONAL([ENABLE_REST], [test "x$enable_rest" = "xyes"])
AC_CHECK_LIB([websockets],
- [lws_create_context],
+ [lws_create_vhost],
[
AS_IF([test "x$enable_websockets" != "xno"],
[
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git
More information about the Pkg-voip-commits
mailing list