gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Thu, 14 Jun 2007 09:43:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/14 09:43:18

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: FREETYPE_{CFLAGS,LIBS} => 
FREETYPE2_{CFLAGS,LIBS)
                  in final reports/checks.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3539&r2=1.3540
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.342&r2=1.343

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3539
retrieving revision 1.3540
diff -u -b -r1.3539 -r1.3540
--- ChangeLog   14 Jun 2007 09:16:35 -0000      1.3539
+++ ChangeLog   14 Jun 2007 09:43:17 -0000      1.3540
@@ -1,5 +1,7 @@
 2007-06-14 Sandro Santilli <address@hidden>
 
+       * configure.ac: FREETYPE_{CFLAGS,LIBS} => FREETYPE2_{CFLAGS,LIBS)
+         in final reports/checks.
        * testsuite/misc-mtasc.all/Makefile.am: skip all tests if
          prebuilt clip are not supported by the detected ming version.
        * po/: Makefile.am, it.po: initial work on an italian

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -b -r1.342 -r1.343
--- configure.ac        14 Jun 2007 07:17:11 -0000      1.342
+++ configure.ac        14 Jun 2007 09:43:17 -0000      1.343
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.342 2007/06/14 07:17:11 strk Exp $
+dnl $Id: configure.ac,v 1.343 2007/06/14 09:43:17 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1770,13 +1770,13 @@
   echo "                 It may still be possible to configure without zlib."
 fi
 
-if test x"$FREETYPE_LIBS" != x; then
-  if test x"$FREETYPE_CFLAGS" != x; then
-    echo "        FreeType flags are: $FREETYPE_CFLAGS"
+if test x"$FREETYPE2_LIBS" != x; then
+  if test x"$FREETYPE2_CFLAGS" != x; then
+    echo "        FreeType flags are: $FREETYPE2_CFLAGS"
   else
     echo "        FreeType flags are: default include path"
   fi
-  echo "        FreeType libs are: $FREETYPE_LIBS"
+  echo "        FreeType libs are: $FREETYPE2_LIBS"
 else
   echo "        WARNING: You need to have the freetype development packages 
installed"
   echo "                 to use device fonts."




reply via email to

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