win32 loader wasn't build on solaris x86 ("!" shell operator doesn't work

on solaris)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2003-02-17 18:21:01 +00:00
parent c895e2436b
commit 2dbc99b6b1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3855,7 +3855,7 @@ fi
if test "$_win32" != no ; then
_def_win32_loader='#undef WIN32_LOADER'
echocheck "Win32 loader support"
if ! cygwin ; then
if not cygwin ; then
_ld_win32='loader/libloader.a'
_dep_win32='loader/libloader.a'
_codecmodules="win32 $_codecmodules"