diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-12-22 22:18:03 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-22 23:13:28 -0800 |
commit | 40f656cd0214355df4c29aea315bfc2e9d983516 (patch) | |
tree | 543e0b35d360813f9632393aa817c5da2787c2d5 /configure.ac | |
parent | a6782bc572530be6f7d799f18d3e79dd6a406294 (diff) | |
download | git-40f656cd0214355df4c29aea315bfc2e9d983516.tar.gz |
Remove NO_ACCURATE_DIFF options from build systems
The code no longer uses it, as we have --inaccurate-eof in
git-apply.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e153d53823..7cfb3a0666 100644 --- a/configure.ac +++ b/configure.ac @@ -235,9 +235,6 @@ AC_SUBST(NO_SETENV) # # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link. # Enable it on Windows. By default, symrefs are still used. -# -# Define NO_ACCURATE_DIFF if your diff program at least sometimes misses -# a missing newline at the end of the file. ## Site configuration (override autodetection) ## --with-PACKAGE[=ARG] and --without-PACKAGE |