summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-14 15:17:04 +0200
committerGravatar Martin Szulecki2020-06-14 23:36:23 +0200
commitbc82fa167f367c3654503df14b13270c99a6d304 (patch)
treef1f2d0651effc76893eb03426ce7a3279875fe51 /configure.ac
parent1613a8e7daad563e75c45692f464650c62b02e62 (diff)
downloadlibimobiledevice-bc82fa167f367c3654503df14b13270c99a6d304.tar.gz
libimobiledevice-bc82fa167f367c3654503df14b13270c99a6d304.tar.bz2
Improve wording of cython related configure warning messages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 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
CYTHON_SUB=
cython_python_bindings=no
AC_MSG_RESULT([no])
- AC_MSG_WARN([cannot find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.])
+ AC_MSG_WARN([Unable to find libplist Cython bindings. You should install your distribution specific libplist Cython bindings package.])
else
AC_SUBST([CYTHON_PLIST_INCLUDE_DIR])
AC_MSG_RESULT([$CYTHON_PLIST_INCLUDE_DIR])