summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 61eb8ef..1daa614 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,7 @@ else
113 CYTHON=false 113 CYTHON=false
114fi 114fi
115if [test "x$CYTHON" != "xfalse"]; then 115if [test "x$CYTHON" != "xfalse"]; then
116 PKG_PROG_PKG_CONFIG
116 AC_MSG_CHECKING([for libplist Cython bindings]) 117 AC_MSG_CHECKING([for libplist Cython bindings])
117 CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython 118 CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython
118 if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then 119 if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then