summarylogtreecommitdiffstats
path: root/python-3.10.patch
diff options
context:
space:
mode:
authorKorynkai2023-08-14 06:18:56 +0000
committerKorynkai2023-08-14 06:18:56 +0000
commit27f41e6cd5324b61c455e3069e2b29f3c270228b (patch)
treed0bea703f958e6d94857d8bfa283b9cfca8a3869 /python-3.10.patch
parent6852608400e37264c84549eb5c815beb3a9af66c (diff)
downloadaur-freeswitch.tar.gz
upgpkg: v1.10.9
Diffstat (limited to 'python-3.10.patch')
-rw-r--r--python-3.10.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/python-3.10.patch b/python-3.10.patch
deleted file mode 100644
index 2d1d01fd5f93..000000000000
--- a/python-3.10.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 990a59db2a..57a187aa11 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1765,7 +1765,7 @@ then
-
- AC_MSG_CHECKING([for python distutils])
- python_result="`$PYTHON -c 'import distutils;' 2>&1`"
-- if test -z "$python_result" ; then
-+ if test $? -eq 0; then
- python_has_distutils="yes"
- else
- python_has_distutils="no"
-@@ -1886,7 +1886,7 @@ then
-
- AC_MSG_CHECKING([for python3 distutils])
- python3_result="`$PYTHON3 -c 'import distutils;' 2>&1`"
-- if test -z "$python3_result" ; then
-+ if test $? -eq 0 ; then
- python3_has_distutils="yes"
- else
- python3_has_distutils="no"