diff options
| author | 2012-03-20 22:57:54 +0100 | |
|---|---|---|
| committer | 2012-03-20 23:25:56 +0100 | |
| commit | cc6bca58c5fc28d4363710e17edf7b82f5bbbf6e (patch) | |
| tree | 454f31d88fc8b5f4a09e578c861347b1135eb233 /configure.ac | |
| parent | 2d9ecc3d805e616b2bf85c0b8e99737e9b30c89d (diff) | |
| download | libimobiledevice-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.ac | 2 |
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], | |||
| 101 | [build_cython=true]) | 101 | [build_cython=true]) |
| 102 | if test "$build_cython" = "true"; then | 102 | if test "$build_cython" = "true"; then |
| 103 | AM_PATH_PYTHON(2.3) | 103 | AM_PATH_PYTHON(2.3) |
| 104 | AC_PROG_CYTHON(0.12.1) | 104 | AC_PROG_CYTHON(0.13.0) |
| 105 | CYTHON_PYTHON | 105 | CYTHON_PYTHON |
| 106 | else | 106 | else |
| 107 | CYTHON=false | 107 | CYTHON=false |
