summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 20:25:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 20:25:02 +0000
commit078fda08bdc2d9463898be78a1aeeb66dace941a (patch)
tree196a569ba62b7636dddbb3361938d03e05361431 /configure
parent0e87b16e17c87c9940f85a5b029a3a6d0b77aba1 (diff)
downloadmpv-078fda08bdc2d9463898be78a1aeeb66dace941a.tar.bz2
mpv-078fda08bdc2d9463898be78a1aeeb66dace941a.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
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__"