Skip to content

Commit ba3bb90

Browse files
author
Matthias Koeppe
committed
build/pkgs/meson/spkg-configure.m4: Require >= 0.64
1 parent 70596f7 commit ba3bb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/meson/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SAGE_SPKG_CONFIGURE(
22
[meson], [
3-
AC_CACHE_CHECK([for meson >= 0.63.3], [ac_cv_path_MESON], [
3+
AC_CACHE_CHECK([for meson >= 0.64], [ac_cv_path_MESON], [
44
AC_PATH_PROGS_FEATURE_CHECK([MESON], [meson], [
55
meson_version=`$ac_path_MESON --version 2>&1`
66
AS_IF([test -n "$meson_version"], [
7-
AX_COMPARE_VERSION([$meson_version], [ge], [0.63.3], [
7+
AX_COMPARE_VERSION([$meson_version], [ge], [0.64], [
88
ac_cv_path_MESON="$ac_path_MESON"
99
ac_path_MESON_found=:
1010
])

0 commit comments

Comments
 (0)