diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-11 14:56:10 +0100 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-11 14:56:10 +0100 |
| commit | 556181e68e0d766dae066ac91c0ddb07a0301cb8 (patch) | |
| tree | cd0a396576feb54784bce11fb052da5ac9e52581 /m4 | |
| parent | 7b26b14467f0767909c6489f5ad9aac44fb949c8 (diff) | |
build: Add Python 3.8
Fixes detection of python on OpenBSD
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/ax_python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_python.m4 b/m4/ax_python.m4 index 69809184ee..d293da5257 100644 --- a/m4/ax_python.m4 +++ b/m4/ax_python.m4 @@ -3,7 +3,7 @@ dnl 2019 David Lamparter for NetDEF, Inc. dnl SPDX-License-Identifier: GPL-2.0-or-later dnl the _ at the beginning will be cut off (to support the empty version string) -m4_define_default([_FRR_PY_VERS], [_3 _ _2 _3.7 _3.6 _3.5 _3.4 _3.3 _3.2 _2.7]) +m4_define_default([_FRR_PY_VERS], [_3 _ _2 _3.8 _3.7 _3.6 _3.5 _3.4 _3.3 _3.2 _2.7]) dnl check basic interpreter properties (py2/py3) dnl doubles as simple check whether the interpreter actually works |
