Commit 63930e22 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play telegram: add check for glibc 2.28

parent c80b8335
......@@ -14,6 +14,9 @@ if [ "$VERSION" = "*" ] ; then
if ! is_glibc_enough 2.32 ; then
VERSION="4.9.5"
fi
if ! is_glibc_enough 2.28 ; then
fatal "glibc is too old, upgrade your system."
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment