[libpng16] Attempt to fix problem with autogen.sh

Renamed internal configure variable from prefix_TRUE to DO_PNG_PREFIX_TRUE
This commit is contained in:
John Bowler
2012-02-01 07:14:24 -06:00
committed by Glenn Randers-Pehrson
parent 0d4d0b4d32
commit 516c9c97a6
2 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ AC_ARG_WITH(libpng-prefix,
[if test "${withval:-no}" != "no"; then
AC_SUBST([PNG_PREFIX], [${withval}])
fi])
AM_CONDITIONAL([prefix], [test "${with_libpng_prefix:-no}" != "no"])
AM_CONDITIONAL([DO_PNG_PREFIX], [test "${with_libpng_prefix:-no}" != "no"])
# Because GCC by default assembles code with an executable stack, even though it
# compiles C code with a non-executable stack, it is necessary to do a fixup