mirror of
https://git.proxmox.com/git/frr
synced 2025-04-29 22:54:51 +00:00
26 lines
854 B
Diff
26 lines
854 B
Diff
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
|
|
Date: Sun, 7 Feb 2021 13:14:17 +0100
|
|
Subject: Adjust the ax_python.m4 to hardcode python3.9
|
|
|
|
---
|
|
m4/ax_python.m4 | 6 +-----
|
|
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
|
|
diff --git a/m4/ax_python.m4 b/m4/ax_python.m4
|
|
index 9f43ea0..815bf47 100644
|
|
--- a/m4/ax_python.m4
|
|
+++ b/m4/ax_python.m4
|
|
@@ -186,11 +186,7 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
|
AC_MSG_RESULT([yes])
|
|
|
|
PYTHON_CFLAGS="`\"$pycfg\" --includes`"
|
|
- if test x"${py_ver}" = x"3.8" || test x"{py_ver}" = x"3.9"; then
|
|
- PYTHON_LIBS="`\"$pycfg\" --ldflags --embed`"
|
|
- else
|
|
- PYTHON_LIBS="`\"$pycfg\" --ldflags`"
|
|
- fi
|
|
+ PYTHON_LIBS="`\"$pycfg\" --ldflags --embed`"
|
|
|
|
AC_MSG_CHECKING([whether ${pycfg} provides a working build environment])
|
|
_FRR_PYTHON_DEVENV([$py_hex], [
|