summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-09 07:28:17 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-09 07:28:17 +0000
commitd6b8127cb56b1f1d35b6b03d21cc87bbd28b9bcb (patch)
tree1adbc6e38a438edb0da670b914c3b05c468f0f17 /configure
parent320cea665ac33c74e0d03f6f9667089b0cab1a08 (diff)
downloadmpv-d6b8127cb56b1f1d35b6b03d21cc87bbd28b9bcb.tar.bz2
mpv-d6b8127cb56b1f1d35b6b03d21cc87bbd28b9bcb.tar.xz
Fixed --enable-debug=*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1066 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e5b00892d8..b31dc7a6e9 100755
--- a/configure
+++ b/configure
@@ -709,7 +709,7 @@ do
_debug='-g'
;;
--enable-debug=*)
- _debug=`echo '-g'; echo $ac_option | cut -d '=' -f 2`
+ _debug=`echo -n '-g'; echo $ac_option | cut -d '=' -f 2`
;;
--enable-css)
_css=yes