0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Remove useless quotes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24680 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-10-01 13:08:49 +00:00
parent 7afdb27e64
commit aa08fe6259

2
configure vendored
View File

@ -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'