gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros gtkglext.m4 [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros gtkglext.m4 [release_0_7_2]
Date: Thu, 09 Nov 2006 19:18:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/09 19:18:43

Modified files:
        macros         : gtkglext.m4 

Log message:
        if -> fi

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gtkglext.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.26.2.4&r2=1.26.2.5

Patches:
Index: gtkglext.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gtkglext.m4,v
retrieving revision 1.26.2.4
retrieving revision 1.26.2.5
diff -u -b -r1.26.2.4 -r1.26.2.5
--- gtkglext.m4 9 Nov 2006 19:06:06 -0000       1.26.2.4
+++ gtkglext.m4 9 Nov 2006 19:18:43 -0000       1.26.2.5
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl: $Id: gtkglext.m4,v 1.26.2.4 2006/11/09 19:06:06 nihilus Exp $
+dnl: $Id: gtkglext.m4,v 1.26.2.5 2006/11/09 19:18:43 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_GLEXT],
 [
@@ -40,7 +40,7 @@
                if test -f ${with_glext_incl}/gtk/gtkgl.h ; then
                        ac_cv_path_glext_incl="-I`(cd ${with_glext_incl}; pwd)`"
                else
-                       AC_MSG_ERROR([${with_glext_incl} directory doesn't 
contain gtk/gtkgl.h])
+                       AC_MSG_ERROR([${with_glext_incl} directory doesnt 
contain gtk/gtkgl.h])
                fi
        fi     
 ])
@@ -52,7 +52,7 @@
 
 dnl Attempt to find the top level directory, which unfortunately has a
 dnl version number attached. At least on Debain based systems, this
-dnl doesn't seem to get a directory that is unversioned.
+dnl doesnt seem to get a directory that is unversioned.
 AC_MSG_CHECKING([for the Gtk GL Extensions Version])
 
 if test x"$PKG_CONFIG" != x; then
@@ -79,7 +79,7 @@
 
 AC_MSG_RESULT([${gnash_glext_version}])
 
-dnl If the path hasn't been specified, go look for it.
+dnl If the path hasnt been specified, go look for it.
 if test x"${ac_cv_path_glext_incl}" = x; then
        incllist="${prefix}/${target_alias}/include ${prefix}/include 
/sw/include /opt/local/include /usr/local/include /usr/X11R6/include 
/home/latest/include /opt/include /opt/local/include /usr/include 
/usr/pkg/include .. ../.."
        ac_cv_path_glext_incl=""
@@ -107,7 +107,7 @@
        if test -f ${with_glext_lib}/libgtkglext-x11-${gnash_glext_version}.a 
-o -f ${with_glext_lib}/libgtkglext-x11-${gnash_glext_version}.so; then
                ac_cv_path_glext_lib=-L`(cd ${with_glext_lib}; pwd)`
        else
-               AC_MSG_ERROR([${with_glext_lib} directory doesn't contain 
libgtkglext-x11-${gnash_glext_version}.[a|so]])
+               AC_MSG_ERROR([${with_glext_lib} directory doesnt contain 
libgtkglext-x11-${gnash_glext_version}.[a|so]])
        fi
 fi
 ])
@@ -151,7 +151,7 @@
        GLEXT_LIBS="${ac_cv_path_glext_lib}"
 else
        GLEXT_LIBS=""
-if
+fi
        
 AC_SUBST(GLEXT_CFLAGS)
 AC_SUBST(GLEXT_LIBS)




reply via email to

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