This commit is contained in:
Eelco Dolstra
2008-03-10 11:02:16 +00:00
parent bcc3862331
commit fd350a1555
2 changed files with 2 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ if test "$old_db_compat" = "no"; then
bdb_lib=
bdb_include=
else
AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.])]
AC_DEFINE(OLD_DB_COMPAT, 1, [Whether to support converting from old Berkeley DB-based Nix stores.])
fi
AC_SUBST(bdb_lib)
AC_SUBST(bdb_include)

View File

@@ -4,6 +4,7 @@
#include "local-store.hh"
#include "globals.hh"
#include "pathlocks.hh"
#include "config.h"
#include <iostream>