configure fix

This commit is contained in:
Jens Elkner 2020-12-31 19:06:46 +01:00
parent 8c99505614
commit 36481cc396

4
configure vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh
set -x
# Proprietary configure script of Coturn project
cleanup() {
@ -562,7 +564,7 @@ if [ -z "${LIBEV_OK}" ]; then
LIBEV_OK=1
if [ "${SYSTEM}" = "Linux" ]; then
OS=$( lsb_release -si 2>/dev/null )
[ "${OS}" = "Ubuntu" ] || LIBEV_OK=0
[ "${OS}" = "Ubuntu" ] && LIBEV_OK=0
fi
fi
[ "${LIBEV_OK}" = "1" ] && OSCFLAGS="${OSCFLAGS} -DLIBEV_OK"