MPL 1.1 / GPLv3+ / LGPLv3+
>From 8d356d68781be2a312072c7b2855f45c9a60a169 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= <ron...@iki.fi>
In-Reply-To: <4cceeef3.5050...@iki.fi>
References: <4cceeef3.5050...@iki.fi>
Date: Mon, 1 Nov 2010 18:41:45 +0200
Subject: [PATCH] Removed deprecated option
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------kaben8Ohv4ahdainoh7Ohche4iequood"

This is a multi-part message in MIME format.
--------------kaben8Ohv4ahdainoh7Ohche4iequood
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit


--with-unzip-home has been deprecated since 2003.
---
 configure.in |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)


--------------kaben8Ohv4ahdainoh7Ohche4iequood
Content-Type: text/x-patch; name="0001-Removed-deprecated-option-bootstrap.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-Removed-deprecated-option-bootstrap.patch"

diff --git a/configure.in b/configure.in
index 7a9dc43..38d2e7b 100644
--- a/configure.in
+++ b/configure.in
@@ -1037,9 +1037,6 @@ AC_ARG_WITH(os-version,
                           Usage: --with-os-version=<OSVERSION>
 ],,)
 
-AC_ARG_WITH(unzip-home,
-[  --with-unzip-home       Deprecated: use --with-zip-home instead],,)
-
 AC_ARG_WITH(zip-home,
 [  --with-zip-home         If you use a non standard zip, for example windows
                           please supply the path for zip
@@ -5882,12 +5879,6 @@ ASM_HOME="$with_asm_home"
 AC_SUBST(ASM_HOME)
 
 dnl ===================================================================
-dnl testing handle deprecated unzip switch
-dnl ===================================================================
-if test -z "$with_zip_home"; then
-    with_zip_home="$with_unzip_home"
-fi
-dnl ===================================================================
 dnl Zip will be found where you tell me to find it
 dnl ===================================================================
 if test -n "$with_zip_home" ; then

--------------kaben8Ohv4ahdainoh7Ohche4iequood--


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to