summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-03-20 22:57:54 +0100
committerGravatar Martin Szulecki2012-03-20 23:25:56 +0100
commitcc6bca58c5fc28d4363710e17edf7b82f5bbbf6e (patch)
tree454f31d88fc8b5f4a09e578c861347b1135eb233 /configure.ac
parent2d9ecc3d805e616b2bf85c0b8e99737e9b30c89d (diff)
downloadlibimobiledevice-cc6bca58c5fc28d4363710e17edf7b82f5bbbf6e.tar.gz
libimobiledevice-cc6bca58c5fc28d4363710e17edf7b82f5bbbf6e.tar.bz2
cython: Bump cython requirement to version 0.13.x
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91b403e..2236a5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ AC_ARG_WITH([cython],
[build_cython=true])
if test "$build_cython" = "true"; then
AM_PATH_PYTHON(2.3)
- AC_PROG_CYTHON(0.12.1)
+ AC_PROG_CYTHON(0.13.0)
CYTHON_PYTHON
else
CYTHON=false