From df54f97aaf613714d785461859a35fdf7a899990 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 May 2013 09:38:31 +0300 Subject: UNIXWRAPPERNAME is unused Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767 --- configure.ac | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be863741f29e..eaaf34b919fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1828,15 +1828,6 @@ AC_ARG_WITH(vendor, ], ,) -AC_ARG_WITH(unix-wrapper, - AS_HELP_STRING([--with-unix-wrapper], - [Redefines the name of the UNIX wrapper that will be used in the desktop - files and in the desktop-integration RPMs.]) - [ - Usage: --with-unix-wrapper=ooffice - ], -,) - AC_ARG_WITH(compat-oowrappers, AS_HELP_STRING([--with-compat-oowrappers], [Install oo* wrappers in parallel with @@ -11513,16 +11504,6 @@ else fi AC_SUBST(OOO_VENDOR) -UNIXWRAPPERNAME= -AC_MSG_CHECKING([for UNIX wrapper name]) -if test -z "$with_unix_wrapper" -o "$with_unix_wrapper" = "no" -o "$with_unix_wrapper" = "yes"; then - AC_MSG_RESULT([not set]) -else - UNIXWRAPPERNAME="$with_unix_wrapper" - AC_MSG_RESULT([$UNIXWRAPPERNAME]) -fi -AC_SUBST(UNIXWRAPPERNAME) - AC_MSG_CHECKING([whether to install the compat oo* wrappers]) if test "$with_compat_oowrappers" = "yes"; then WITH_COMPAT_OOWRAPPERS=YES -- cgit