diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-03 23:16:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-03 23:16:40 +0000 |
commit | 000b29136f5cefeb0564c57eecce8fbae6406d51 (patch) | |
tree | bc3ce80ed4cf98a31fe0cca75e484665d425e455 /curl | |
parent | 62578bf0676b312b3c9fe5937fb51ca58c607b38 (diff) |
INTEGRATION: CWS fwkpostbeta03 (1.11.2); FILE MERGED
2005/02/11 16:18:36 kso 1.11.2.1: #i40006# - Now configured not to use libidn.
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index abfaf4c24888..93b17bf7c4fa 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2005-01-28 16:06:09 $ +# last change: $Author: kz $ $Date: 2005-03-04 00:16:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,7 @@ CONVERTFILES= \ CONFIGURE_DIR=.$/ #relative to CONFIGURE_DIR CONFIGURE_ACTION=.$/configure -CONFIGURE_FLAGS= --without-ssl --enable-ftp --enable-ipv6 --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict +CONFIGURE_FLAGS= --without-ssl --without-libidn --enable-ftp --enable-ipv6 --disable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict BUILD_DIR=$(CONFIGURE_DIR)$/lib .IF "$(OS)"=="IRIX" |