libwebsocket inline configure
This commit is contained in:
parent
5a6d3cf43e
commit
35e6368602
|
@ -1099,6 +1099,7 @@ AC_CONFIG_SUBDIRS([libs/libcodec2])
|
||||||
if test "x${enable_zrtp}" = "xyes"; then
|
if test "x${enable_zrtp}" = "xyes"; then
|
||||||
AC_CONFIG_SUBDIRS([libs/libzrtp/projects/gnu])
|
AC_CONFIG_SUBDIRS([libs/libzrtp/projects/gnu])
|
||||||
fi
|
fi
|
||||||
|
AC_CONFIG_SUBDIRS([libs/libwebsockets])
|
||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
*-openbsd*)
|
*-openbsd*)
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/sh
|
||||||
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||||
|
$srcpath/configure "$@" --disable-shared
|
||||||
|
|
Loading…
Reference in New Issue