[Libreoffice-commits] .: Branch 'libreoffice-3-3' - configure.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Nov 1 10:53:27 PDT 2010
configure.in | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit a9dad017cdaa4fd0ff40801cec942580b5e4bd4a
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 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
More information about the Libreoffice-commits
mailing list