diff options
| -rw-r--r-- | configure.ac | 1 |
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 |
| 114 | fi | 114 | fi |
| 115 | if [test "x$CYTHON" != "xfalse"]; then | 115 | if [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 |
