Try to improve the "Kerberos requested but not OpenSSL" message. master
authorGuy Harris <guy@alum.mit.edu>
Sun, 9 Mar 2014 22:40:31 +0000 (15:40 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sun, 9 Mar 2014 22:42:41 +0000 (22:42 +0000)
At least one person didn't realize that it meant that you have to
specify --with-ssl when configuring, so try saying that a bit more
explicitly.

Change-Id: If15a9cfaeaf7d4aca2c570602fc09ff3ae489d35
Reviewed-on: https://code.wireshark.org/review/575
Reviewed-by: Guy Harris <guy@alum.mit.edu>
acinclude.m4

index c70c871af246b9e2f3505e572e1e36f68115daa8..3c9ec8be1ca5ce3ca71cc3c9701d4340fcb12576 100644 (file)
@@ -1322,7 +1322,7 @@ AC_DEFUN([AC_WIRESHARK_KRB5_CHECK],
                    KRB5_LIBS=`echo $KRB5_LIBS | sed 's/-lcrypto//'`
                    KRB5_LIBS="$KRB5_LIBS $SSL_LIBS"
                else
-                   AC_MSG_ERROR([Kerberos library requires -lcrypto but --with-ssl not specified])
+                   AC_MSG_ERROR([Kerberos library requires -lcrypto, so you must specify --with-ssl])
                fi
                ;;
            esac