[MPlayer-cvslog] r21588 - trunk/configure

reimar subversion at mplayerhq.hu
Mon Dec 11 09:59:43 CET 2006


Author: reimar
Date: Mon Dec 11 09:59:43 2006
New Revision: 21588

Modified:
   trunk/configure

Log:
10l, forgot to add _inc_x11 to X11 cc check


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Dec 11 09:59:43 2006
@@ -3839,7 +3839,7 @@
     else
       _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
     fi
-    cc_check $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
+    cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
                       && _x11=yes && break
   done
 fi



More information about the MPlayer-cvslog mailing list