From 0a3992b78afaf6d0cdbb782c18fc2dfca71e9468 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 11 Jun 2019 01:21:29 +0200 Subject: m4: Update cython_python to use newer AX_PYTHON_DEVEL macro --- m4/cython_python.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/cython_python.m4 b/m4/cython_python.m4 index ba730d5..5b4a041 100644 --- a/m4/cython_python.m4 +++ b/m4/cython_python.m4 @@ -1,6 +1,6 @@ AC_DEFUN([CYTHON_PYTHON],[ AC_REQUIRE([AC_PROG_CYTHON]) - AC_REQUIRE([AC_PYTHON_DEVEL]) + AC_REQUIRE([AX_PYTHON_DEVEL]) test "x$1" != "xno" || cython_shadow=" -noproxy" AC_SUBST([CYTHON_PYTHON_OPT],[-python$cython_shadow]) AC_SUBST([CYTHON_PYTHON_CPPFLAGS],[$PYTHON_CPPFLAGS]) -- cgit v1.1-32-gdbae