# HG changeset patch # User reimar # Date 1122485534 0 # Node ID 322e569c47bd15f59de7b969faf8700c8cd4cdcf # Parent d280ec2b9e632cd57f42fc91f140587ccb66f487 OpenGL needs _ld_dl to get extension functions diff -r d280ec2b9e63 -r 322e569c47bd configure --- a/configure Wed Jul 27 17:22:24 2005 +0000 +++ b/configure Wed Jul 27 17:32:14 2005 +0000 @@ -3788,10 +3788,10 @@ _gl=no if cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm ; then _gl=yes - _ld_gl="-lGL" + _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_gl="-lGL $_ld_pthread $_ld_ld" elif cc_check -lopengl32 ; then _gl=yes _gl_win32=yes