diff options
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 b928e0a..78f96ec 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -135,7 +135,7 @@ fi | |||
| 135 | if [test "x$CYTHON" != "xfalse"]; then | 135 | if [test "x$CYTHON" != "xfalse"]; then |
| 136 | PKG_PROG_PKG_CONFIG | 136 | PKG_PROG_PKG_CONFIG |
| 137 | AC_MSG_CHECKING([for libplist Cython bindings]) | 137 | AC_MSG_CHECKING([for libplist Cython bindings]) |
| 138 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython | 138 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist-2.0)/plist/cython |
| 139 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then | 139 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then |
| 140 | CYTHON_PLIST_INCLUDE_DIR=. | 140 | CYTHON_PLIST_INCLUDE_DIR=. |
| 141 | cython_python_bindings=yes | 141 | cython_python_bindings=yes |
