From aa08fe62599a05872b755f20ae0505dd8baa16c9 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Oct 2007 13:08:49 +0000 Subject: Remove useless quotes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24680 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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' -- cgit v1.2.3