diff options
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f4e89a1..eade215 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -123,7 +123,9 @@ fi | |||
| 123 | if [test "x$CYTHON" != "xfalse"]; then | 123 | if [test "x$CYTHON" != "xfalse"]; then |
| 124 | PKG_PROG_PKG_CONFIG | 124 | PKG_PROG_PKG_CONFIG |
| 125 | AC_MSG_CHECKING([for libplist Cython bindings]) | 125 | AC_MSG_CHECKING([for libplist Cython bindings]) |
| 126 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist-2.0)/plist/cython | 126 | if test -x "$PKG_CONFIG"; then |
| 127 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist-2.0)/plist/cython | ||
| 128 | fi | ||
| 127 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then | 129 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then |
| 128 | CYTHON_PLIST_INCLUDE_DIR=. | 130 | CYTHON_PLIST_INCLUDE_DIR=. |
| 129 | cython_python_bindings=yes | 131 | cython_python_bindings=yes |
