diff --git a/contrib/fedora/rpm/configure-for-system.sh b/contrib/fedora/rpm/configure-for-system.sh index 37966ae40c..e57971c0c2 100755 --- a/contrib/fedora/rpm/configure-for-system.sh +++ b/contrib/fedora/rpm/configure-for-system.sh @@ -302,6 +302,14 @@ if [ -z "$P_MODEM_MANAGER_1" ] ; then fi fi +if [ -z "$P_TEAM" ] ; then + if [ "$P_RHEL" -ge 10 ] ; then + P_TEAM=0 + else + P_TEAM=1 + fi +fi + if bool "$P_DEBUG" ; then P_CFLAGS="-g -Og -fexceptions${P_CFLAGS:+ }$P_CFLAGS" else