summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-01 13:08:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-01 13:08:49 +0000
commitaa08fe62599a05872b755f20ae0505dd8baa16c9 (patch)
treefd20f09169521dc01dcf0f79a767af0587a2dd1e /configure
parent7afdb27e649a86239b530f6afbd0f754380895d1 (diff)
downloadmpv-aa08fe62599a05872b755f20ae0505dd8baa16c9.tar.bz2
mpv-aa08fe62599a05872b755f20ae0505dd8baa16c9.tar.xz
Remove useless quotes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24680 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 d17b7187fb..55ad0808cb 100755
--- a/configure
+++ b/configure
@@ -7163,7 +7163,7 @@ int main(void) {
return exitvar;
}
EOF
- cc_check "-lXext" && _xshape=yes
+ cc_check -lXext && _xshape=yes
fi
if test "$_xshape" = yes ; then
_def_xshape='#define HAVE_XSHAPE 1'