[MPlayer-cvslog] r23800 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jul 17 12:14:48 CEST 2007


Author: diego
Date: Tue Jul 17 12:14:48 2007
New Revision: 23800

Log:
Remove commented-out dynamic linking check.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul 17 12:14:48 2007
@@ -3004,21 +3004,6 @@ fi
 echores "$_dynamic_plugins"
 
 
-#echocheck "dynamic linking"
-# FIXME !! make this dynamic detection work and modify at the end (search _ld_dl_dynamic)
-# also gcc flags are different, but ld flags aren't (-Bdynamic/-Bstatic/-Bsymbolic)
-#cat > $TMPC << EOF
-#int main(void) { return 0; }
-#EOF
-#if cc_check -rdynamic ; then
-#  _ld_dl_dynamic='-rdynamic'
-#elif cc_check -Bdynamic ; then
-#  _ld_dl_dynamic='-Bdynamic'
-#elif cc_check ; then
-#  _ld_dl_dynamic=''
-#fi
-#echores "using $_ld_dl_dynamic"
-
 _def_threads='#undef HAVE_THREADS'
 
 echocheck "pthread"



More information about the MPlayer-cvslog mailing list