]> git.sur5r.net Git - openldap/commitdiff
Update mismatch error messages
authorKurt Zeilenga <kurt@openldap.org>
Fri, 3 Sep 2004 22:45:45 +0000 (22:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 3 Sep 2004 22:45:45 +0000 (22:45 +0000)
build/openldap.m4

index 1376109696ec4269578fe31ce3d0f1e10f9d60df..b025dd8db51ed82cffde02c6f3ae99ebee53fc9e 100644 (file)
@@ -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;
        }