Changeset 7c37640524623aca14ecd04b0fcb2508bef56b32

Show
Ignore:
Timestamp:
25/06/08 22:55:14 (5 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1214427314 -0700
git-parent:

[3e621f3fd9ed1d3e4488b5078c62ec00cc069124]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1214427175 -0700
Message:

Win98 is dead.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    ra458b6a r7c37640  
    55915591 
    55925592dnl 
    5593 dnl Microsoft Layer for Unicode for WIN9x/ME 
    5594 dnl 
    5595 if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin" 
    5596 then 
    5597     AC_CHECK_LIB(unicows, LoadUnicowsSymbol, [ 
    5598         VLC_ADD_LDFLAGS([vlc libvlc],[-Wl,--exclude-libs,libunicows.a -lunicows]) 
    5599     ]) 
    5600 fi 
    5601  
    5602 dnl 
    56035593dnl  gtk_main plugin 
    56045594dnl