summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-06-11 01:21:29 +0200
committerGravatar Nikias Bassen2019-06-11 01:21:29 +0200
commit0a3992b78afaf6d0cdbb782c18fc2dfca71e9468 (patch)
tree4bc72c94a35c91930ccbc36241da1c9f5e15dfa5 /m4
parent59adbacef6d400d4c6458f26daddda24bcdfd635 (diff)
downloadlibimobiledevice-0a3992b78afaf6d0cdbb782c18fc2dfca71e9468.tar.gz
libimobiledevice-0a3992b78afaf6d0cdbb782c18fc2dfca71e9468.tar.bz2
m4: Update cython_python to use newer AX_PYTHON_DEVEL macro
Diffstat (limited to 'm4')
-rw-r--r--m4/cython_python.m42
1 files changed, 1 insertions, 1 deletions
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])