From 9e4b7bbc272ad76312a6a85fcde6b509d6e65c8c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jul 2008 17:33:54 +0000 Subject: [PATCH] Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27364 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 44cd4b2606..516945ce69 100755 --- a/configure +++ b/configure @@ -7665,9 +7665,6 @@ elif freebsd || netbsd || openbsd || bsdos ; then # 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"