From: Kurt Zeilenga Date: Fri, 3 Sep 2004 22:45:45 +0000 (+0000) Subject: Update mismatch error messages X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~576 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f3537e853c4985e989137c6af223789479da4d3;p=openldap Update mismatch error messages --- diff --git a/build/openldap.m4 b/build/openldap.m4 index 1376109696..b025dd8db5 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -285,7 +285,7 @@ AC_DEFUN([OL_BERKELEY_DB_TRY], minor < DB_VERSION_MINOR ) { printf("Berkeley DB version mismatch\n" - "\texpected: %s\n\tgot: %s\n", + "\theader: %s\n\tlibrary: %s\n", DB_VERSION_STRING, version); return 1; } @@ -366,7 +366,7 @@ main() if( major != DB_VERSION_MAJOR || minor < DB_VERSION_MINOR ) { printf("Berkeley DB version mismatch\n" - "\texpected: %s\n\tgot: %s\n", + "\theader: %s\n\tlibrary: %s\n", DB_VERSION_STRING, version); return 1; }