mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Update mismatch error messages
This commit is contained in:
parent
64c5fa4a9d
commit
4f3537e853
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue