gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash configure.ac
Date: Mon, 16 Oct 2006 18:43:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/16 18:43:15

Modified files:
        .              : configure.ac 

Log message:
        don't insist in requiring PNG

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.164&r2=1.165

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -b -r1.164 -r1.165
--- configure.ac        16 Oct 2006 18:41:29 -0000      1.164
+++ configure.ac        16 Oct 2006 18:43:15 -0000      1.165
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.164 2006/10/16 18:41:29 strk Exp $
+dnl $Id: configure.ac,v 1.165 2006/10/16 18:43:15 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -808,17 +808,17 @@
   echo "        KDE libs are: $KDE_LDFLAGS"
 fi
 
-if test x"${png}" != x ; then
-  if test x"${PNG_CFLAGS}" != x ; then
-    echo "        PNG flags are: $PNG_CFLAGS"
-  else
-    echo "        PNG flags are: default include path"
-  fi
-  echo "        PNG libs are: $PNG_LIBS"
-else
-  echo "        ERROR: No PNG library development package installed!"
-  nogo=true
-fi
+dnl if test x"${png}" != x ; then
+dnl   if test x"${PNG_CFLAGS}" != x ; then
+dnl     echo "        PNG flags are: $PNG_CFLAGS"
+dnl   else
+dnl     echo "        PNG flags are: default include path"
+dnl   fi
+dnl   echo "        PNG libs are: $PNG_LIBS"
+dnl else
+dnl   echo "        ERROR: No PNG library development package installed!"
+dnl   nogo=true
+dnl fi
 
 if test x"${JPEG_LIBS}" != x ; then
   if test x"${JPEG_CFLAGS}" != x ; then




reply via email to

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