Rerun configure to update linux/config.h and mac/config.h for
open-vcdiff 0.7.
Linux: Ubuntu Lucid 10.04
Mac: Mac OS X 10.5 with Xcode 3.1.4
It seems that the original linux/config.h was incorrectly generated.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6732031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79888 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/sdch/README.chromium b/sdch/README.chromium
index ce55ead..741ff974 100644
--- a/sdch/README.chromium
+++ b/sdch/README.chromium
@@ -1,2 +1,7 @@
+The linux directory contains a config.h generated from a run of configure on
+Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
+changed to match the $host_cpu test in configure.
+
The mac directory contains a config.h generated from a run of configure on a
-Mac.
+Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
+$host_cpu test in configure.