1
1

configure: Display individual crypto backends on separate lines

This avoids line-wrapping in between parameters and makes the
error message look like the following:

configure: error: No crypto library found!
Try --with-libssl-prefix=PATH
 or --with-libgcrypt-prefix=PATH
 or --with-wincng on Windows
Этот коммит содержится в:
Marc Hoersken 2014-03-16 19:39:41 +01:00
родитель 7d4b5a8e07
Коммит c32e82e97b

Просмотреть файл

@ -156,8 +156,8 @@ AM_CONDITIONAL(WINCNG, test "$ac_cv_libbcrypt" = "yes")
# Check if crypto library was found
if test "$found_crypto" = "none"; then
AC_MSG_ERROR([No crypto library found!
Try --with-libssl-prefix=PATH\
or --with-libgcrypt-prefix=PATH\
Try --with-libssl-prefix=PATH
or --with-libgcrypt-prefix=PATH
or --with-wincng on Windows\
])
fi