1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-25 03:06:10 +02:00

Typofix in configure.ac comment.

[jc: copied from Makefile typofix in "master"]

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Pavel Roskin 2006-07-09 02:46:17 -07:00 committed by Junio C Hamano
parent f671957206
commit 81d0e51e28

View File

@ -29,7 +29,7 @@ AC_PROG_CC
AC_CHECK_TOOL(AR, ar, :)
AC_CHECK_PROGS(TAR, [gtar tar])
#
# Define NO_PYTHON if you want to loose all benefits of the recursive merge.
# Define NO_PYTHON if you want to lose all benefits of the recursive merge.
## Checks for libraries.