From 8be1db899ec3b2e6270da06421e2c055f874c3b8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 May 2005 14:24:48 +0000 Subject: [PATCH] * Another typo. --- externals/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/Makefile.am b/externals/Makefile.am index 081bc7a55..8267fe196 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -4,7 +4,7 @@ DB = db-4.3.28.NC $(DB).tar.gz: @echo "Nix requires Berkeley DB to build." - @echo "Please download version 4.3.38 from" + @echo "Please download version 4.3.28 from" @echo " http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz" @echo "and place it in the externals/ directory." false