summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 957bace..5b12d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ else
126fi 126fi
127if [test "x$CYTHON" != "xfalse"]; then 127if [test "x$CYTHON" != "xfalse"]; then
128 AC_MSG_CHECKING([for libplist Cython bindings]) 128 AC_MSG_CHECKING([for libplist Cython bindings])
129 CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython 129 CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist-2.0)/plist/cython
130 if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then 130 if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then
131 CYTHON=false 131 CYTHON=false
132 CYTHON_SUB= 132 CYTHON_SUB=