[MPlayer-cvslog] CVS: main configure,1.1073,1.1074

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Sat Oct 8 22:43:43 CEST 2005


CVS change done by Ivan Kalvachev CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5813

Modified Files:
	configure 
Log Message:
typo fix at (_)ld_dl
patch by jb13 at gomerbud com


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1073
retrieving revision 1.1074
diff -u -r1.1073 -r1.1074
--- configure	5 Oct 2005 19:52:13 -0000	1.1073
+++ configure	8 Oct 2005 20:43:41 -0000	1.1074
@@ -2721,7 +2721,7 @@
 EOF
 _dl=no
 for _ld_tmp in "" "-ldl" ; do
-  cc_check $_ld_tmp && ld_dl="$_ld_tmp" && _dl=yes && break
+  cc_check $_ld_tmp && _ld_dl="$_ld_tmp" && _dl=yes && break
 done
 if test "$_dl" = yes ; then
  _def_dl='#define HAVE_LIBDL 1'




More information about the MPlayer-cvslog mailing list