changeset 16197:2201258c49fd

typo, must be ld_dl instead of ld_ld
author reimar
date Thu, 11 Aug 2005 13:16:34 +0000
parents d90f867b870d
children 3e8e281ecc86
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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