Skip to content

Commit

Permalink
Merge branch 'nh/http' into next
Browse files Browse the repository at this point in the history
* nh/http:
  Fix compile with expat, but an old curl version
  • Loading branch information
Junio C Hamano committed Apr 5, 2006
2 parents d6102b5 + 459a21b commit 806d097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,12 @@ ifndef NO_CURL
curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)
ifeq "$(curl_check)" "070908"
ifndef NO_EXPAT
EXPAT_LIBEXPAT = -lexpat
PROGRAMS += git-http-push$X
endif
endif
ifndef NO_EXPAT
EXPAT_LIBEXPAT = -lexpat
endif
endif

ifndef NO_OPENSSL
Expand Down

0 comments on commit 806d097

Please sign in to comment.