author | Robert Schiele <rschiele@gmail.com> | |
Sun, 29 Jul 2007 18:35:45 +0000 (20:35 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 Jul 2007 08:23:43 +0000 (01:23 -0700) | ||
commit | bef19da9b663044887ecac5ee091ca93567ef331 | |
tree | ac3afb0dfee3c250b4e6a201280a4b471a775769 | tree | snapshot |
parent | 18508c39c48d457fd095e0e30391471658698a1a | commit | diff |
add option to find zlib in custom path
Some systems do not provide zlib development headers and libraries in
default search path of the compiler. For these systems we should allow
specifying the location by --with-zlib=PATH or by setting ZLIB_PATH in
the makefile.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some systems do not provide zlib development headers and libraries in
default search path of the compiler. For these systems we should allow
specifying the location by --with-zlib=PATH or by setting ZLIB_PATH in
the makefile.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
configure.ac | diff | blob | history |