diff options
| author | 2020-06-14 15:17:04 +0200 | |
|---|---|---|
| committer | 2020-06-14 23:36:23 +0200 | |
| commit | bc82fa167f367c3654503df14b13270c99a6d304 (patch) | |
| tree | f1f2d0651effc76893eb03426ce7a3279875fe51 | |
| parent | 1613a8e7daad563e75c45692f464650c62b02e62 (diff) | |
| download | libimobiledevice-bc82fa167f367c3654503df14b13270c99a6d304.tar.gz libimobiledevice-bc82fa167f367c3654503df14b13270c99a6d304.tar.bz2 | |
Improve wording of cython related configure warning messages
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | m4/ac_pkg_cython.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f2e3488..9f1eb47 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -104,7 +104,7 @@ if [test "x$CYTHON" != "xfalse"]; then | |||
| 104 | CYTHON_SUB= | 104 | CYTHON_SUB= |
| 105 | cython_python_bindings=no | 105 | cython_python_bindings=no |
| 106 | AC_MSG_RESULT([no]) | 106 | AC_MSG_RESULT([no]) |
| 107 | AC_MSG_WARN([cannot find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.]) | 107 | AC_MSG_WARN([Unable to find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.]) |
| 108 | else | 108 | else |
| 109 | AC_SUBST([CYTHON_PLIST_INCLUDE_DIR]) | 109 | AC_SUBST([CYTHON_PLIST_INCLUDE_DIR]) |
| 110 | AC_MSG_RESULT([$CYTHON_PLIST_INCLUDE_DIR]) | 110 | AC_MSG_RESULT([$CYTHON_PLIST_INCLUDE_DIR]) |
diff --git a/m4/ac_pkg_cython.m4 b/m4/ac_pkg_cython.m4 index 3b4c9a7..123f2dc 100644 --- a/m4/ac_pkg_cython.m4 +++ b/m4/ac_pkg_cython.m4 | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | AC_DEFUN([AC_PROG_CYTHON],[ | 2 | AC_DEFUN([AC_PROG_CYTHON],[ |
| 3 | AC_PATH_PROG([CYTHON],[cython]) | 3 | AC_PATH_PROG([CYTHON],[cython]) |
| 4 | if test -z "$CYTHON" ; then | 4 | if test -z "$CYTHON" ; then |
| 5 | AC_MSG_WARN([cannot find 'cython' program. You should look at http://www.cython.org] or install your distribution specific cython package.) | 5 | AC_MSG_WARN([Unable to find 'cython' program. You should look at http://www.cython.org] or install your distribution specific cython package.) |
| 6 | CYTHON=false | 6 | CYTHON=false |
| 7 | elif test -n "$1" ; then | 7 | elif test -n "$1" ; then |
| 8 | AC_MSG_CHECKING([for Cython version]) | 8 | AC_MSG_CHECKING([for Cython version]) |
| @@ -59,7 +59,7 @@ AC_DEFUN([AC_PROG_CYTHON],[ | |||
| 59 | CYTHON='echo "Error: Cython version >= $1 is required. You have '"$cython_version"'. You should look at http://www.cython.org" ; false' | 59 | CYTHON='echo "Error: Cython version >= $1 is required. You have '"$cython_version"'. You should look at http://www.cython.org" ; false' |
| 60 | fi | 60 | fi |
| 61 | else | 61 | else |
| 62 | AC_MSG_WARN([cannot determine Cython version]) | 62 | AC_MSG_WARN([Unable to determine Cython version]) |
| 63 | CYTHON=false | 63 | CYTHON=false |
| 64 | fi | 64 | fi |
| 65 | fi | 65 | fi |
