From 4f3537e853c4985e989137c6af223789479da4d3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 3 Sep 2004 22:45:45 +0000 Subject: [PATCH] Update mismatch error messages --- build/openldap.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5