summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2002-10-22 07:50:03 +0000
committerOliver Bolte <obo@openoffice.org>2002-10-22 07:50:03 +0000
commit3295654f782818fd570b74e307b2a2e5dadc7ef2 (patch)
tree5bfc56af35aaabe9bb9a8d2e68c9a905e4ac5bac /curl
parent39b2ea95836959e6c1a6415d1212b9787a04a9a9 (diff)
#100000# without http unresolved externals
Diffstat (limited to 'curl')
-rw-r--r--curl/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk
index f0a646a435ee..84a45f79f64e 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: abi $ $Date: 2002-10-21 07:11:34 $
+# last change: $Author: obo $ $Date: 2002-10-22 08:50:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,7 +78,7 @@ PATCH_FILE_NAME=unx1-curl-7.9.8.patch
CONFIGURE_DIR=.$/
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=.$/configure
-CONFIGURE_FLAGS= --without-ssl --enable-ftp --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict
+CONFIGURE_FLAGS= --without-ssl --enable-ftp --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict
BUILD_DIR=$(CONFIGURE_DIR)
BUILD_ACTION=make