gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros gtk2.m4


From: Rob Savoye
Subject: [Gnash-commit] gnash/macros gtk2.m4
Date: Mon, 10 Apr 2006 22:34:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/04/10 22:34:36

Modified files:
        macros         : gtk2.m4 

Log message:
        Look for gtk.h, not gtkgl.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/gtk2.m4.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnash/macros/gtk2.m4
diff -u gnash/macros/gtk2.m4:1.4 gnash/macros/gtk2.m4:1.5
--- gnash/macros/gtk2.m4:1.4    Wed Mar 29 05:42:41 2006
+++ gnash/macros/gtk2.m4        Mon Apr 10 22:34:36 2006
@@ -42,10 +42,10 @@
   AC_ARG_WITH(gtk2_incl, [  --with-gtk2-incl        directory where libgtk2 
header is], with_gtk2_incl=${withval})
     AC_CACHE_VAL(ac_cv_path_gtk2_incl,[
     if test x"${with_gtk2_incl}" != x ; then
-      if test -f ${with_gtk2_incl}/gtk/gtkgl.h; then
+      if test -f ${with_gtk2_incl}/gtk/gtk.h; then
        ac_cv_path_gtk2_incl=`(cd ${with_gtk2_incl}; pwd)`
       else
-       AC_MSG_ERROR([${with_gtk2_incl} directory doesn't contain gtk/gtkgl.h])
+       AC_MSG_ERROR([${with_gtk2_incl} directory doesn't contain gtk/gtk.h])
       fi
     fi
   ])
@@ -79,7 +79,7 @@
 
     dnl If the path hasn't been specified, go look for it.
     if test x"${ac_cv_path_gtk2_incl}" = x; then
-      AC_CHECK_HEADERS(gtk/gtkgl.h, [ac_cv_path_gtk2_incl=""],[
+      AC_CHECK_HEADERS(gtk/gtk.h, [ac_cv_path_gtk2_incl=""],[
         if test x"${ac_cv_path_gtk2_incl}" = x; then
           AC_MSG_CHECKING([for libgtk2 header])
           incllist="${prefix}/include /sw/include /usr/local/include 
/home/latest/include /opt/include /usr/include /usr/pkg/include .. ../.."




reply via email to

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