Mercurial > mplayer.hg
changeset 27332:8d7c1c97bfa8
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
author | diego |
---|---|
date | Mon, 28 Jul 2008 17:33:54 +0000 |
parents | 7ad83044dda3 |
children | 16251c34062d |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jul 28 17:33:08 2008 +0000 +++ b/configure Mon Jul 28 17:33:54 2008 +0000 @@ -7665,9 +7665,6 @@ # FIXME bsd needs this so maybe other OS'es CFLAGS="$CFLAGS -D_THREAD_SAFE" fi -if cygwin ; then - CFLAGS="$CFLAGS -D__CYGWIN__" -fi # 64 bit file offsets? if test "$_largefiles" = yes || freebsd ; then CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"