summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:10:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:10:11 +0000
commit6f1e5930897f0486f2f0635bc1f510410db527ba (patch)
tree98f3afc5028735de47d4ec61c7ec38d6502edf1a /configure
parent8fd6fab6a4c81a7b6eef8531fda7c93e084b6699 (diff)
downloadmpv-6f1e5930897f0486f2f0635bc1f510410db527ba.tar.bz2
mpv-6f1e5930897f0486f2f0635bc1f510410db527ba.tar.xz
Simplify strip parameter for install handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22364 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index fefe23c89a..92b327acad 100755
--- a/configure
+++ b/configure
@@ -2193,13 +2193,13 @@ echores $_named_asm_args
# Checking for CFLAGS
-_stripbinaries=yes
+_install_strip="-s"
if test "$_profile" != "" || test "$_debug" != "" ; then
CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
if test "$_cc_major" -ge "3" ; then
CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'`
fi
- _stripbinaries=no
+ _install_strip=
elif test -z "$CFLAGS" ; then
if test "$cc_vendor" = "intel" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer"
@@ -7448,7 +7448,7 @@ LDCONFIG = $_ldconfig
INSTALL = $_install
EXTRA_INC = $_inc_extra
OPTFLAGS = $CFLAGS \$(EXTRA_INC)
-STRIPBINARIES = $_stripbinaries
+INSTALLSTRIP = $_install_strip
CHARSET = $_charset
HELP_FILE = $_mp_help