[MPlayer-cvslog] r24680 - trunk/configure

diego subversion at mplayerhq.hu
Mon Oct 1 15:08:49 CEST 2007


Author: diego
Date: Mon Oct  1 15:08:49 2007
New Revision: 24680

Log:
Remove useless quotes.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Oct  1 15:08:49 2007
@@ -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'



More information about the MPlayer-cvslog mailing list