diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:38:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:49:40 +0300 |
commit | df54f97aaf613714d785461859a35fdf7a899990 (patch) | |
tree | 5642867b93921fae343f2fe2516ba44e10f73c9a /configure.ac | |
parent | 9c402abdd5e12fca6f0cc8fc41e6b248866cbb67 (diff) |
UNIXWRAPPERNAME is unused
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 0 insertions, 19 deletions
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 |