Check for /lib/tls directory for Red Hat 9.
This commit is contained in:
parent
cb98365c75
commit
4d376c5bc2
@ -152,8 +152,8 @@ function configure_wine_applications {
|
|||||||
echo "WINE Installer v0.74"
|
echo "WINE Installer v0.74"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# check for redhat 9 so we can enable --with-nptl until runtime detection is complete
|
# check for redhat 9 with tls libs so we can enable --with-nptl until runtime detection is complete
|
||||||
if [ -e /etc/redhat-release ] && grep Shrike /etc/redhat-release &>/dev/null; then
|
if [ -e /etc/redhat-release ] && grep "Shrike" /etc/redhat-release &>/dev/null && [ -e /lib/tls ]; then
|
||||||
CONFARGS="$CONFARGS --with-nptl"
|
CONFARGS="$CONFARGS --with-nptl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user