diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-13T14·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-13T14·08+0000 |
commit | 4c9aa821b985b8e334790a03497a56af3a021f3b (patch) | |
tree | 561f9c6c829b73f47951b8158f80c72688d92757 /externals/Makefile.am | |
parent | 142863a89d1652d6e634b5fb7f3084c9bc37b023 (diff) |
* Fix version.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r-- | externals/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 32b3de78c343..0eb229954195 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -4,7 +4,7 @@ DB = db-4.5.20 $(DB).tar.gz: @echo "Nix requires Berkeley DB to build." - @echo "Please download version 4.4.20 from" + @echo "Please download version 4.5.20 from" @echo " http://download-east.oracle.com/berkeley-db/db-4.5.20.tar.gz" @echo "and place it in the externals/ directory." false |