diff options
| author | 2017-04-20 12:38:09 +0200 | |
|---|---|---|
| committer | 2017-04-20 12:38:09 +0200 | |
| commit | 054578a2d842f53a061c0a6ddaf6bfc849be0738 (patch) | |
| tree | 135e0569d64044555c8c6b80e183ead923dedaf1 /configure.ac | |
| parent | d0193690c8d7b8b4adb8fac4fc9289ebe07576f3 (diff) | |
| download | libplist-054578a2d842f53a061c0a6ddaf6bfc849be0738.tar.gz libplist-054578a2d842f53a061c0a6ddaf6bfc849be0738.tar.bz2 | |
autofoo: Ensure that 'make distcheck' doesn't fail when cython is not installed
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index ddd5b81..61eb8ef 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -117,21 +117,17 @@ if [test "x$CYTHON" != "xfalse"]; then | |||
| 117 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython | 117 | CYTHON_PLIST_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir libplist)/plist/cython |
| 118 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then | 118 | if [test ! -d "$CYTHON_PLIST_INCLUDE_DIR"]; then |
| 119 | CYTHON_PLIST_INCLUDE_DIR=. | 119 | CYTHON_PLIST_INCLUDE_DIR=. |
| 120 | CYTHON_SUB=cython | ||
| 121 | cython_python_bindings=yes | 120 | cython_python_bindings=yes |
| 122 | AC_MSG_RESULT([Using built-in libplist Cython bindings (assuming this is a first build)]) | 121 | AC_MSG_RESULT([Using built-in libplist Cython bindings (assuming this is a first build)]) |
| 123 | else | 122 | else |
| 124 | AC_SUBST([CYTHON_PLIST_INCLUDE_DIR]) | 123 | AC_SUBST([CYTHON_PLIST_INCLUDE_DIR]) |
| 125 | AC_MSG_RESULT([$CYTHON_PLIST_INCLUDE_DIR]) | 124 | AC_MSG_RESULT([$CYTHON_PLIST_INCLUDE_DIR]) |
| 126 | CYTHON_SUB=cython | ||
| 127 | cython_python_bindings=yes | 125 | cython_python_bindings=yes |
| 128 | fi | 126 | fi |
| 129 | else | 127 | else |
| 130 | CYTHON_SUB= | ||
| 131 | cython_python_bindings=no | 128 | cython_python_bindings=no |
| 132 | fi | 129 | fi |
| 133 | AM_CONDITIONAL([HAVE_CYTHON],[test "x$CYTHON_SUB" = "xcython"]) | 130 | AM_CONDITIONAL([HAVE_CYTHON],[test "x$cython_python_bindings" = "xyes"]) |
| 134 | AC_SUBST([CYTHON_SUB]) | ||
| 135 | 131 | ||
| 136 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden $PTHREAD_CFLAGS") | 132 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden $PTHREAD_CFLAGS") |
| 137 | GLOBAL_LDFLAGS="$PTHREAD_LIBS" | 133 | GLOBAL_LDFLAGS="$PTHREAD_LIBS" |
