emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108979: * configure.ac (PNG_DEPSTRUC


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108979: * configure.ac (PNG_DEPSTRUCT): Define this instead of
Date: Tue, 10 Jul 2012 00:06:31 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108979
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Tue 2012-07-10 00:06:31 +0200
message:
  * configure.ac (PNG_DEPSTRUCT): Define this instead of
  PNG_DEPRECATED.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-09 16:38:45 +0000
+++ b/ChangeLog 2012-07-09 22:06:31 +0000
@@ -1,3 +1,8 @@
+2012-07-09  Andreas Schwab  <address@hidden>
+
+       * configure.ac (PNG_DEPSTRUCT): Define this instead of
+       PNG_DEPRECATED.
+
 2012-07-09  Paul Eggert  <address@hidden>
 
        Add GCC-style 'const' attribute to functions that can use it.

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-09 16:38:45 +0000
+++ b/configure.ac      2012-07-09 22:06:31 +0000
@@ -2461,7 +2461,7 @@
 
     AC_CHECK_DECL(png_longjmp,
       [],
-      [AC_DEFINE(PNG_DEPRECATED, [],
+      [AC_DEFINE(PNG_DEPSTRUCT, [],
         [Define to empty to suppress deprecation warnings when building
          with --enable-gcc-warnings and with libpng versions before 1.5,
          which lack png_longjmp.])],


reply via email to

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