]> git.sesse.net Git - vlc/commitdiff
Win98 is dead.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 20:52:55 +0000 (13:52 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 20:55:14 +0000 (13:55 -0700)
configure.ac

index 0ee5d8535e252cf183b7c5b0b40b1b9353bf1696..214e4007042be807509be92e9ee6ea5cd4010bfd 100644 (file)
@@ -5589,16 +5589,6 @@ then
   VLC_ADD_PLUGIN([test4])
 fi
 
-dnl
-dnl Microsoft Layer for Unicode for WIN9x/ME
-dnl
-if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"
-then
-    AC_CHECK_LIB(unicows, LoadUnicowsSymbol, [
-        VLC_ADD_LDFLAGS([vlc libvlc],[-Wl,--exclude-libs,libunicows.a -lunicows])
-    ])
-fi
-
 dnl
 dnl  gtk_main plugin
 dnl