[master] Added missing quotation marks in the aix block of configure.ac

This commit is contained in:
Glenn Randers-Pehrson 2010-05-14 15:40:31 -05:00
parent abb211c4e8
commit f86905457a
4 changed files with 4 additions and 2 deletions

View File

@ -27,6 +27,7 @@ Other information:
Changes since the last public release (1.4.2):
version 1.4.3beta01 [May 14, 2010]
Added missing quotation marks in the aix block of configure.ac
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -2577,6 +2577,7 @@ version 1.4.2rc06 [May 3, 2010]
version 1.4.2 [May 6, 2010]
version 1.4.3beta01 [May 14, 2010]
Added missing quotation marks in the aix block of configure.ac
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

2
configure vendored
View File

@ -11417,7 +11417,7 @@ fi
case $host_os in
aix*)
LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG -D_ALL_SOURCE;;
LIBPNG_DEFINES="-DPNG_CONFIGURE_LIBPNG -D_ALL_SOURCE";;
*)
LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG;;
esac

View File

@ -61,7 +61,7 @@ AC_CHECK_LIB(z, zlibVersion, , AC_ERROR([zlib not installed]))
case $host_os in
aix*)
LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG -D_ALL_SOURCE;;
LIBPNG_DEFINES="-DPNG_CONFIGURE_LIBPNG -D_ALL_SOURCE";;
*)
LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG;;
esac