From 05d23823d7ab7e29f333a58fc50709e9856b3487 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 18 Oct 2022 18:22:41 +0000 Subject: amiga: do not hardcode openssl/zlib into the os config [ci skip] Enable them in `lib/makefile.amiga` and `src/makefile.amiga` instead. This allows builds without openssl and/or zlib. E.g. with the cross-compiler. Reviewed-by: Daniel Stenberg Closes #9762 --- lib/config-amigaos.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/config-amigaos.h') diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index ca2f7fd1c..14f3a0448 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -36,7 +36,6 @@ #define HAVE_INTTYPES_H 1 #define HAVE_IOCTLSOCKET_CAMEL 1 #define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1 -#define HAVE_LIBZ 1 #define HAVE_LONGLONG 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 @@ -73,7 +72,6 @@ #define SIZEOF_SIZE_T 4 #define USE_MANUAL 1 -#define USE_OPENSSL 1 #define CURL_DISABLE_LDAP 1 #define OS "AmigaOS" -- cgit v1.2.1