mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Update mismatch error messages
This commit is contained in:
parent
64c5fa4a9d
commit
4f3537e853
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user