diff options
author | Martin Szulecki | 2013-02-27 14:19:22 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-27 14:19:22 +0100 |
commit | 195062ef46db8e69dd3919dc2fa64968eb31a059 (patch) | |
tree | cd1491a22d007991018f2a47398f94212f3bc087 | |
parent | 8999224b6e3399814a25a893ac5223536fd972aa (diff) | |
download | libimobiledevice-195062ef46db8e69dd3919dc2fa64968eb31a059.tar.gz libimobiledevice-195062ef46db8e69dd3919dc2fa64968eb31a059.tar.bz2 |
configure.ac: Make note about SSL provider in summary easier to understand
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b60548f..1210af8 100644 --- a/configure.ac +++ b/configure.ac @@ -241,7 +241,7 @@ Configuration for $PACKAGE $VERSION: Debug code ..............: $building_debug_code Dev tools ...............: $building_dev_tools Python bindings .........: $cython_python_bindings - SSL support .............: $ssl_provider + SSL support backend .....: $ssl_provider Now type 'make' to build $PACKAGE $VERSION, and then 'make install' for installation. |