On 2009.02.06 04:09:24 +0000, Joi Ellis wrote:
"make all" fails becuase my libaries are old:
LINK git-fast-import
fast-import.o: In function `store_object':
/usr/local/src/git/git/fast-import.c:1086: undefined reference to `deflateBound'
/usr/local/src/git/git/fast-import.c:1109: undefined reference to `deflateBound'
You can define NO_DEFLATE_BOUND. That and a bunch of other things you
can control are documented within the Makefile. No need for configure.
Björn