From 600e3597860105861086dfa8503759297ebe8c55 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 22 Oct 2012 18:53:49 +0200 Subject: Improve the error messages. Change-Id: I1c5e2440e0d3c520221cc19bf2d6152970e156c1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b8bff37e3ff2..b9c4d16cde01 100644 --- a/configure.ac +++ b/configure.ac @@ -7654,10 +7654,10 @@ if test "x$enable_postgresql_sdbc" != "xno"; then WITH_KRB5=YES save_LIBS=$LIBS AC_SEARCH_LIBS(com_err, [com_err 'com_err -lssl -lcrypto' krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], - [AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) + [AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5, try installing libcom_err devel package])]) LIBS=$save_LIBS AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], - [AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5])]) + [AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5, try installing krb5 devel package])]) LIBS=$save_LIBS fi if test "$with_gssapi" != "no"; then -- cgit v1.2.3