Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1collisiondetection: automatically enable when submodule is populated
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 6baad1669e0e7610dcda2b2291bfb9cd56dc0202..8d33936a12b1de032cfbb08a0dc3f66b9c31bf9a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-989,6
+989,10
@@
EXTLIBS =
GIT_USER_AGENT = git/$(GIT_VERSION)
+ifeq ($(wildcard sha1collisiondetection/lib/sha1.h),sha1collisiondetection/lib/sha1.h)
+DC_SHA1_SUBMODULE = auto
+endif
+
include config.mak.uname
-include config.mak.autogen
-include config.mak