X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdatabase.c;h=a07e48ae75cb287e617c1949edd130a25d603f97;hb=50ff39d933b7178377b3a67f8edc31ffa42ffd28;hp=2e80b599df74cb0a2a95393b05468326eeff8f95;hpb=6f9208392ee576a322edbc389c32d27ceaa3c04f;p=citadel.git diff --git a/citadel/database.c b/citadel/database.c index 2e80b599d..a07e48ae7 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -1,7 +1,7 @@ /* * This is a data store backend for the Citadel server which uses Berkeley DB. * - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. @@ -35,10 +35,7 @@ #ifdef HAVE_DB_H #include -#elif defined(HAVE_DB4_DB_H) -#include -#else -#error Neither nor was found by configure. Install db5-devel. +#error was not found by configure. Install the Berkeley DB development package. #endif #if DB_VERSION_MAJOR < 5