aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2010-06-08 20:33:57 +0000
committeralthekiller <althekiller@svn>2010-06-08 20:33:57 +0000
commitb2a688dca50096d08f2bfba1ee51565072aa935b (patch)
treeb5fd2257b860c53f0e027841d161bfe829d21be1 /configure.in
parent13b947d7480cf6a3e64873cf97fbfc35723dcc68 (diff)
fixed: POSIX feature test macros should be passed to all of the crap we build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30983 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a524228e2..1e364e09de 100644
--- a/configure.in
+++ b/configure.in
@@ -279,7 +279,7 @@ AC_ARG_ENABLE([external-python],
use_external_libass="yes"
### End of external library options
-DEFAULT_COMPILE_FLAGS="-fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
+DEFAULT_COMPILE_FLAGS="-fPIC -DPIC -D_REENTRANT"
if test "x$host_vendor" = "xapple"; then
DEFAULT_COMPILE_FLAGS="$DEFAULT_COMPILE_FLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
else