]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (PNG_DEPSTRUCT): Define this instead of
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 9 Jul 2012 22:06:31 +0000 (00:06 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 9 Jul 2012 22:06:31 +0000 (00:06 +0200)
PNG_DEPRECATED.

ChangeLog
configure.ac

index ef14255208d3b79ef519f0476b92638db6a46c60..2e949b4a9d02c6ad4d57fed9483c928d4b68a1be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (PNG_DEPSTRUCT): Define this instead of
+       PNG_DEPRECATED.
+
 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        Add GCC-style 'const' attribute to functions that can use it.
index 8db9652fc06c703a33b85c09a95c99d4a342cd7b..6f4b3d51c89b1a0a83b6eaeaecee0c4348eab61b 100644 (file)
@@ -2461,7 +2461,7 @@ if test "${HAVE_X11}" = "yes"; then
 
     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.])],