Mercurial > mplayer.hg
diff configure @ 16197:2201258c49fd
typo, must be ld_dl instead of ld_ld
author | reimar |
---|---|
date | Thu, 11 Aug 2005 13:16:34 +0000 |
parents | 76d00448d786 |
children | c0ad310e5196 |
line wrap: on
line diff
--- a/configure Thu Aug 11 11:02:30 2005 +0000 +++ b/configure Thu Aug 11 13:16:34 2005 +0000 @@ -3794,7 +3794,7 @@ _ld_gl="-lGL $_ld_dl" elif cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm $_ld_pthread ; then _gl=yes - _ld_gl="-lGL $_ld_pthread $_ld_ld" + _ld_gl="-lGL $_ld_pthread $_ld_dl" elif cc_check -lopengl32 ; then _gl=yes _gl_win32=yes