mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
* configure.ac: Use CPPFLAGS instead of CFLAGS for libpng.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de> git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f6cc73444
commit
36a6d1ca32
3 changed files with 2821 additions and 5257 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-03-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* configure.ac: Use CPPFLAGS instead of CFLAGS for libpng.
|
||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* configure: Regenerated.
|
||||
|
||||
2013-03-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBezierPath.m: Implement keyed coding and complete keyed
|
||||
|
|
|
@ -245,7 +245,7 @@ if test $enable_png = yes; then
|
|||
if test "$HAVE_LIBPNG_CONFIG" = "yes"; then
|
||||
PNG_CFLAGS="`libpng-config --I_opts`"
|
||||
PNG_LDFLAGS="`libpng-config --ldflags`"
|
||||
CFLAGS="$PNG_CFLAGS ${CFLAGS}"
|
||||
CPPFLAGS="$PNG_CFLAGS ${CFLAGS}"
|
||||
LDFLAGS="$PNG_LDFLAGS ${LDFLAGS}"
|
||||
AC_CHECK_HEADERS(png.h)
|
||||
AC_CHECK_LIB(png, png_sig_cmp)
|
||||
|
|
Loading…
Reference in a new issue