Commit ca33d866 authored by Martin Szulecki's avatar Martin Szulecki

Use API version in cython libplist include directory check to fix linking

This was the last bit that was still linking to former non API version
libplist if it was also installed on the system.
parent eff97404
...@@ -135,7 +135,7 @@ fi ...@@ -135,7 +135,7 @@ fi
if [test "x$CYTHON" != "xfalse"]; then if [test "x$CYTHON" != "xfalse"]; then
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
AC_MSG_CHECKING([for libplist Cython bindings]) AC_MSG_CHECKING([for libplist Cython bindings])
CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist-2.0)/plist/cython
if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then
CYTHON_PLIST_INCLUDE_DIR=. CYTHON_PLIST_INCLUDE_DIR=.
cython_python_bindings=yes cython_python_bindings=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment