gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/opengl.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/opengl.m4
Date: Mon, 23 Oct 2006 18:54:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/23 18:54:10

Modified files:
        .              : ChangeLog 
        macros         : opengl.m4 

Log message:
        Fixed typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1367&r2=1.1368
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/opengl.m4?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1367
retrieving revision 1.1368
diff -u -b -r1.1367 -r1.1368
--- ChangeLog   23 Oct 2006 18:29:39 -0000      1.1367
+++ ChangeLog   23 Oct 2006 18:54:10 -0000      1.1368
@@ -18,6 +18,7 @@
 
        * macro/jpeg.m4: Fixed a bug.
        * macro/kde.m4: Fixed typos.
+       * macro/opengl.m4: Fixed typo (I wonder how we got away with this one?).
 
 2006-10-23 Sandro Santilli <address@hidden>
 

Index: macros/opengl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/opengl.m4,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- macros/opengl.m4    15 Oct 2006 14:26:05 -0000      1.25
+++ macros/opengl.m4    23 Oct 2006 18:54:10 -0000      1.26
@@ -35,6 +35,8 @@
 dnl  
 dnl 
 
+dnl $Id: opengl.m4,v 1.26 2006/10/23 18:54:10 nihilus Exp $
+
 AC_DEFUN([GNASH_PATH_OPENGL],
 [
 dnl   AC_ARG_ENABLE(opengl, [  --disable-opengl        Disable support for 
OpenGL],
@@ -141,10 +143,6 @@
         fi
       fi
     fi
-
-     if test x"${ac_cv_path_opengl_libraries}" != x ; then
-      ac_cv_path_opengl_lib="-L${ac_cv_path_opengl_lib} -LGL -lGLU"
-     fi
   fi
 
   if test x"${ac_cv_path_opengl_lib}" != x ; then




reply via email to

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