[master] Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt

when using the AIX compiler.
This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 19:22:08 -06:00
parent 2445ad4331
commit 5928ee97ca
7 changed files with 46 additions and 40 deletions

View File

@@ -46,7 +46,7 @@ LDDEBUG =
CRELEASE = -O2
LDRELEASE = -s
WARNMORE=-W -Wall
CFLAGS = -I$(ZLIBINC) $(WARNMORE) $(CRELEASE)
CFLAGS = -D_ALL_SOURCE -I$(ZLIBINC) $(WARNMORE) $(CRELEASE)
LDFLAGS = -L. -L$(ZLIBLIB) -lpng14 -lz -lm $(LDRELEASE)
# File extensions