comparison configure @ 9452:22739ed7d801

win32 loader wasn't build on solaris x86 ("!" shell operator doesn't work on solaris)
author jkeil
date Mon, 17 Feb 2003 18:21:01 +0000
parents b4a565ed2034
children 8b02e80e9c65
comparison
equal deleted inserted replaced
9451:b4a565ed2034 9452:22739ed7d801
3853 fi 3853 fi
3854 3854
3855 if test "$_win32" != no ; then 3855 if test "$_win32" != no ; then
3856 _def_win32_loader='#undef WIN32_LOADER' 3856 _def_win32_loader='#undef WIN32_LOADER'
3857 echocheck "Win32 loader support" 3857 echocheck "Win32 loader support"
3858 if ! cygwin ; then 3858 if not cygwin ; then
3859 _ld_win32='loader/libloader.a' 3859 _ld_win32='loader/libloader.a'
3860 _dep_win32='loader/libloader.a' 3860 _dep_win32='loader/libloader.a'
3861 _codecmodules="win32 $_codecmodules" 3861 _codecmodules="win32 $_codecmodules"
3862 if openbsd ; then 3862 if openbsd ; then
3863 x86 && _ld_win32="$_ld_win32 -li386" 3863 x86 && _ld_win32="$_ld_win32 -li386"