comparison configure @ 3021:8c765d4a31b8

still GL problem
author pl
date Tue, 20 Nov 2001 11:59:32 +0000
parents 9eb1cae56cae
children 95dc79ab9f0d
comparison
equal deleted inserted replaced
3020:e5ebde3ebdd6 3021:8c765d4a31b8
1449 _gl=yes 1449 _gl=yes
1450 _ld_gl="-lGL -lm" 1450 _ld_gl="-lGL -lm"
1451 elif cc_check $_inc_x11 $_ld_x11 -lGL -lm $_ld_pthread ; then 1451 elif cc_check $_inc_x11 $_ld_x11 -lGL -lm $_ld_pthread ; then
1452 _gl=yes 1452 _gl=yes
1453 _ld_gl="-lGL -lm $_ld_pthread" 1453 _ld_gl="-lGL -lm $_ld_pthread"
1454 else
1455 _gl=no
1456 cc_check $_inc_x11 $_ld_x11 -lGL -lm && _gl=yes
1457 fi 1454 fi
1458 else 1455 else
1459 _gl=no 1456 _gl=no
1460 fi 1457 fi
1461 if test "$_gl" = yes ; then 1458 if test "$_gl" = yes ; then