billbarker    2003/06/20 21:27:46

  Modified:    daemon/src/native/unix/support apsupport.m4
  Log:
  Tell configure that cygwin doesn't have a setsid function.  AFAIK, the rest of the 
currently supported platforms do.
  
  Revision  Changes    Path
  1.5       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/support/apsupport.m4
  
  Index: apsupport.m4
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/support/apsupport.m4,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apsupport.m4      19 Sep 2002 16:48:47 -0000      1.4
  +++ apsupport.m4      21 Jun 2003 04:27:46 -0000      1.5
  @@ -98,7 +98,7 @@
       supported_os="linux"
       ;;
     cygwin)
  -    CFLAGS="$CFLAGS -DOS_CYGWIN -DDSO_DLFCN"
  +    CFLAGS="$CFLAGS -DOS_CYGWIN -DDSO_DLFCN -DNO_SETSID"
       supported_os="win32"
       ;;
     sysv)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to