diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-01 13:08:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-01 13:08:49 +0000 |
commit | aa08fe62599a05872b755f20ae0505dd8baa16c9 (patch) | |
tree | fd20f09169521dc01dcf0f79a767af0587a2dd1e | |
parent | 7afdb27e649a86239b530f6afbd0f754380895d1 (diff) | |
download | mpv-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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |