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: Markus Gothe
Subject: [Gnash-commit] gnash/macros gtk2.m4
Date: Wed, 11 Oct 2006 11:03:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/11 11:03:58

Modified files:
        macros         : gtk2.m4 

Log message:
        Typo...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gtk2.m4?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: gtk2.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gtk2.m4,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- gtk2.m4     11 Oct 2006 10:40:19 -0000      1.27
+++ gtk2.m4     11 Oct 2006 11:03:58 -0000      1.28
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gtk2.m4,v 1.27 2006/10/11 10:40:19 strk Exp $
+dnl $Id: gtk2.m4,v 1.28 2006/10/11 11:03:58 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_GTK2],
 [
@@ -128,7 +128,6 @@
 
 dnl If the header doesn't exist, there is no point looking for
 dnl the library. 
-  AC_MSG_CHECKING([for libgtk2 library])
   if test x"${ac_cv_path_gtk2_incl}" != x -a x"$ac_cv_path_gtk2_lib" = x; then
     AC_CHECK_LIB(gtk-x11-2.0, gtk_init, [ac_cv_path_gtk2_lib="-lgtk-x11-2.0 
-lgdk-x11-2.0"],[
       libslist="${with_gtk2_lib} ${prefix}/lib64 ${prefix}/lib 
/usr/X11R6/lib64 /usr/X11R6/lib /usr/lib64 /usr/lib /sw/lib /usr/local/lib 
/opt/local/lib /home/latest/lib /opt/lib /usr/pkg/lib .. ../.."
@@ -158,6 +157,7 @@
       fi
     fi
   fi
+  AC_MSG_CHECKING([for libgtk2 library])
  AC_MSG_RESULT($ac_cv_path_gtk2_lib)
  
   if test x"${ac_cv_path_gtk2_incl}" != x; then




reply via email to

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