mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Added missing quotation marks in the aix block of configure.ac
This commit is contained in:
parent
abb211c4e8
commit
f86905457a
1
ANNOUNCE
1
ANNOUNCE
@ -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
|
||||
|
1
CHANGES
1
CHANGES
@ -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
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user