diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-25 21:29:28 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-04-26 12:43:35 +0200 |
commit | 65840941eeeab7021168a17797b6129ea15a722d (patch) | |
tree | ad479f8d60ac439a758604b623ec6a86607c80fe /configure.in | |
parent | df6d495f2abfeceea439e909649fab23b34f2410 (diff) |
fdo#39643: Remove --disable-strip-solver configure option
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/configure.in b/configure.in index 0b0ceda45271..f6466d8b3ee7 100644 --- a/configure.in +++ b/configure.in @@ -615,20 +615,7 @@ AC_ARG_ENABLE(symbols, --enable-symbols="all -sw/ -Library_sc" to enable symbols only for the specified gbuild-build targets (all means everything, - prepended means not to enable, / appended means everything in the directory, - there is no ordering and removal disabling takes precedence).]) - [ - Enabling symbols disables the stripping of the solver - (--disable-strip-solver). - ], -,) - -AC_ARG_ENABLE(strip-solver, - AS_HELP_STRING([--disable-strip-solver], - [Disable the stripping of the solver. By default the solver is stripped - unless a build with debugging symbols (--enable-symbols) is requested.]) - [ - This switch allows to override this setting. - ], + there is no ordering and removal disabling takes precedence).]), ,) AC_ARG_ENABLE(werror, @@ -3558,23 +3545,6 @@ fi AC_SUBST(ENABLE_SYMBOLS) AC_SUBST(ENABLE_SYMBOLS_FOR) -dnl Determine if the solver is to be stripped or not. -dnl =================================================================== -AC_MSG_CHECKING([whether to strip the solver or not.]) -if test "$enable_strip_solver" = "no"; then - DISABLE_STRIP="TRUE" - AC_MSG_RESULT([no]) -else - if test -n "$ENABLE_SYMBOLS"; then - DISABLE_STRIP="TRUE" - AC_MSG_RESULT([no]) - else - DISABLE_STRIP= - AC_MSG_RESULT([yes]) - fi -fi -AC_SUBST(DISABLE_STRIP) - if test "$enable_headless" = "yes"; then # be sure to do not mess with uneeded stuff test_randr=no |