]> git.sesse.net Git - vlc/commitdiff
Win32: remove dead cygwin options
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 11 Oct 2014 15:37:45 +0000 (17:37 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 Oct 2014 16:53:43 +0000 (18:53 +0200)
extras/package/win32/configure.sh

index 0016ed1b5559685baf54f51abc9c10be0f0de9a6..b48fffecf591fd7c7c6f6e145861cde0b64fd6fc 100755 (executable)
@@ -28,12 +28,4 @@ OPTIONS="
       --enable-zvbi --disable-telx
       --enable-nls"
 
-if gcc -v 2>/dev/null -a echo | gcc -mno-cygwin -E -2>/dev/null 2>&1
-then
-    echo Cygwin detected, adjusting options
-    export CC="gcc -mno-cygwin"
-    export CXX="g++ -mno-cygwin"
-    OPTIONS="${OPTIONS} --disable-taglib --disable-mkv"
-fi
-
 sh "$(dirname $0)"/../../../configure ${OPTIONS} $*