comparison 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
comparison
equal deleted inserted replaced
16196:d90f867b870d 16197:2201258c49fd
3792 if cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm ; then 3792 if cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm ; then
3793 _gl=yes 3793 _gl=yes
3794 _ld_gl="-lGL $_ld_dl" 3794 _ld_gl="-lGL $_ld_dl"
3795 elif cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm $_ld_pthread ; then 3795 elif cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm $_ld_pthread ; then
3796 _gl=yes 3796 _gl=yes
3797 _ld_gl="-lGL $_ld_pthread $_ld_ld" 3797 _ld_gl="-lGL $_ld_pthread $_ld_dl"
3798 elif cc_check -lopengl32 ; then 3798 elif cc_check -lopengl32 ; then
3799 _gl=yes 3799 _gl=yes
3800 _gl_win32=yes 3800 _gl_win32=yes
3801 _ld_gl="-lopengl32 -lgdi32" 3801 _ld_gl="-lopengl32 -lgdi32"
3802 fi 3802 fi