Add and use expat and curl to enable http://.

The expat build was added and the pieces of curl that seemed missing.  The
default NO_CURL was removed so that curl is used by default.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
This commit is contained in:
Mike Pape
2007-08-03 19:27:53 -04:00
committed by Johannes Schindelin
parent 7999f434d7
commit 0e2bdc35af

View File

@@ -474,7 +474,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_MMAP=YesPlease
NO_PREAD=YesPlease
NO_OPENSSL=YesPlease
NO_CURL=YesPlease
NO_SYMLINK_HEAD=YesPlease
NO_IPV6=YesPlease
NO_ETC_PASSWD=YesPlease
@@ -488,6 +487,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_SYMLINKS=YesPlease
NO_SVN_TESTS=YesPlease
NO_PERL_MAKEMAKER=YesPlease
NO_R_TO_GCC_LINKER = YesPlease
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -D__USE_MINGW_ACCESS -I compat
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o
EXTLIBS += -lws2_32