[Fontconfig] fontconfig: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 27 09:40:42 UTC 2020


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c1946d3301b236fe0c6d890d333a8445d8c8f17
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Aug 27 18:32:53 2020 +0900

    Make sure a minimum version of python

diff --git a/configure.ac b/configure.ac
index fd11ab6..f3189a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_SUBST([pkgconfigdir], ${libdir}/
 
 AM_MISSING_PROG([GIT], [git])
 AM_MISSING_PROG([GPERF], [gperf])
-AM_PATH_PYTHON
+AM_PATH_PYTHON([3])
 
 AC_MSG_CHECKING([for RM macro])
 _predefined_rm=`make -p -f /dev/null 2>/dev/null|grep '^RM ='|sed -e 's/^RM = //'`


More information about the Fontconfig mailing list