From 078fda08bdc2d9463898be78a1aeeb66dace941a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 Mar 2007 20:25:02 +0000 Subject: [PATCH] Move Cygwin specific #define setting to system OS-specific settings section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index bae0817513..c32392cde9 100755 --- a/configure +++ b/configure @@ -1301,6 +1301,10 @@ if mingw32 ; then _need_shmem=no fi +if cygwin ; then + _def_confwin32='#define WIN32' +fi + if amigaos ; then _select=no _sighandler=no @@ -7248,7 +7252,6 @@ echores "$_ftello" # Determine OS dependent libs if cygwin ; then - _def_confwin32='#define WIN32' #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__" # stat.st_size with BIG_TYPES is broken (not set) ::atmos CFLAGS="$CFLAGS -D__CYGWIN__"