# HG changeset patch # User reimar # Date 1123766194 0 # Node ID 2201258c49fddb3e21abd323186f317dcf3c0cb1 # Parent d90f867b870d4689a8b4a2d90d19155d86f4df3e typo, must be ld_dl instead of ld_ld diff -r d90f867b870d -r 2201258c49fd configure --- 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