Author: rurban
Date: Wed Jan 28 10:07:17 2009
New Revision: 36101

Modified:
   trunk/config/gen/makefiles/root.in

Log:
Fix tt#249 undefined opengl_lib

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Wed Jan 28 10:07:17 2009
@@ -2195,7 +2195,8 @@
 $(LIBGLUTCB_SO): $(LIBPARROT) $(SRC_DIR)/glut_callbacks$(O)
        $(LD) $(LD_LOAD_FLAGS) $(LDFLAGS) \
     @ld_...@$@ $(SRC_DIR)/glut_callbacks$(O) \
-    $(ALL_PARROT_LIBS) @opengl_lib@
+    $(ALL_PARROT_LIBS) \
+#IF(has_opengl):    @opengl_lib@
 
 # emacs etags
 # this needs exuberant-ctags

Reply via email to