gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/macros opengl.m4


From: strk
Subject: [Gnash-commit] gnash/macros opengl.m4
Date: Sun, 15 Jan 2006 23:22:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/01/15 23:22:37

Modified files:
        macros         : opengl.m4 

Log message:
        Fixed handling of --with-opengl (bug #15420)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/opengl.m4.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnash/macros/opengl.m4
diff -u gnash/macros/opengl.m4:1.2 gnash/macros/opengl.m4:1.3
--- gnash/macros/opengl.m4:1.2  Sat Jan  7 04:44:09 2006
+++ gnash/macros/opengl.m4      Sun Jan 15 23:22:37 2006
@@ -46,7 +46,10 @@
   fi
 
   if test x"$opengl" = x"yes"; then
+    LIBS_SAVE="$LIBS"
+    LIBS="$LIBS $OPENGL_LIBS"
     AC_CHECK_LIB(GL, glBegin)
+    LIBS="$LIBS_SAVE"
     AC_CHECK_HEADERS(GL/gl.h)
     AC_CHECK_LIB(GLU, gluPerspective)
     if test x"$HAVE_GL" = x; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]