CFLAGS fix backported from devbranch.

This commit is contained in:
Ryan C. Gordon 2004-10-30 23:47:00 +00:00
parent 791d52465c
commit a63b842e24
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!)
Removed .cvsignore files (we're in a Subversion repository, now).
Build system respects external CFLAGS now. (thanks, Adam!)
09212003 - Happy September. Fixes to bootstrap on MacOS X. Seeking now tries
to respect pre-buffered data.

View File

@ -493,7 +493,7 @@ AC_CHECK_FUNCS([memset strrchr])
AC_CHECK_SIZEOF(int, 4)
CFLAGS="$CFLAGS $PHYSFSCFLAGS -D_REENTRANT -D_THREAD_SAFE"
CFLAGS="$PHYSFSCFLAGS $CFLAGS -D_REENTRANT -D_THREAD_SAFE"
LDFLAGS="$LDFLAGS $PHYSFSLDFLAGS -no-undefined"
dnl Add Makefile conditionals