changeset 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 41cd0f009115
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Feb 17 13:06:03 2003 +0000
+++ b/configure	Mon Feb 17 18:21:01 2003 +0000
@@ -3855,7 +3855,7 @@
 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"