[Libreoffice-commits] .: configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Mon Nov 1 10:48:49 PDT 2010


 configure.in |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit ece7b3360ddc214c94bab4359c084066a7b50c5b
Author: Niko Rönkkö <ronkko at iki.fi>
Date:   Mon Nov 1 18:41:45 2010 +0200

    Removed deprecated option
    
    --with-unzip-home has been deprecated since 2003.

diff --git a/configure.in b/configure.in
index 396aaf4..e6206f3 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


More information about the Libreoffice-commits mailing list