From d470bd619b32e844d2358ab0973bcf3d0a3a4375 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Fri, 12 May 2023 01:16:58 +0000 Subject: /configure: Default to building liblzma on darwin. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99764 cfe28804-0f27-0410-a406-dd0f0b0b656f --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4b69712cd6e..c46c83d8f50 100755 --- a/configure +++ b/configure @@ -117,7 +117,11 @@ BUILD_LIBCURL= BUILD_LIBSSL= BUILD_LIBVPX= BUILD_LIBTPMS= -BUILD_LIBLZMA= +if [ "$OS" = "darwin" ]; then # Do not use the /opt/local version of this! We end up using the wrong iconv.h then. + BUILD_LIBLZMA=1 +else + BUILD_LIBLZMA= +fi PASSIVE_MESA=0 CC="gcc" CC32="" -- cgit v1.2.1