gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10659: Revert more png changes so t


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10659: Revert more png changes so that configure runs again.
Date: Wed, 04 Mar 2009 20:54:46 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10659
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2009-03-04 20:54:46 +0100
message:
  Revert more png changes so that configure runs again.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-03-04 19:23:01 +0000
+++ b/configure.ac      2009-03-04 19:54:46 +0000
@@ -1544,8 +1544,6 @@
  GIF_LIBS=${UNGIF_LIBS}
  GIF_CFLAGS=${UNGIF_CFLAGS}
 fi
-PNG_CFLAGS = ${LIBPNG_CFLAGS}
-PNG_LIBS = ${LIBPNG_LIBS}
 GNASH_PKG_INCLUDES([dejagnu], [dejagnu.h])
 
 GNASH_PKG_FIND(speex, [speex.h], [speex audio codec], speex_decode_int)
@@ -2511,8 +2509,8 @@
   echo "               or .rpm users: yum install libungif-devel" >&3
 fi
 
-if test x"${LIBPNG_LIBS}" != x ; then
-  if test x"${LIBPNG_CFLAGS}" != x ; then
+if test x"${PNG_LIBS}" != x ; then
+  if test x"${PNG_CFLAGS}" != x ; then
     echo "        PNG flags are: $PNG_CFLAGS"
   else
     echo "        PNG flags are: default include path"


reply via email to

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