Re: cvs commit: apr hints.m4 configure.in

2001-01-13 Thread Brian Havard
On 12 Jan 2001 17:57:03 -, [EMAIL PROTECTED] wrote:

dreid   01/01/12 09:57:02

  Modified:.hints.m4 configure.in
  Log:
  The file_as-socket check wasn't getting picked up correctly, so this
  corrects that for BeOS and OS/2.  Untested for OS/2 so Brian?

Err, well it was working fine for me the way it was. That is, in apr.h I
get

#define APR_FILES_AS_SOCKETS  0

It still works after this patch, I just don't know why it was needed.

-- 
 __
 |  Brian Havard |  He is not the messiah!   |
 |  [EMAIL PROTECTED]  |  He's a very naughty boy! - Life of Brian |
 --



Re: cvs commit: apr hints.m4 configure.in

2001-01-13 Thread Jim Jagielski
I'd recommend we back it out then, unless it *really* didn't work for
David the old way... Maybe BeOS and OS/2 weren't including the right
name?

Brian Havard wrote:
 
 On 12 Jan 2001 17:57:03 -, [EMAIL PROTECTED] wrote:
 
 dreid   01/01/12 09:57:02
 
   Modified:.hints.m4 configure.in
   Log:
   The file_as-socket check wasn't getting picked up correctly, so this
   corrects that for BeOS and OS/2.  Untested for OS/2 so Brian?
 
 Err, well it was working fine for me the way it was. That is, in apr.h I
 get
 
 #define APR_FILES_AS_SOCKETS  0
 
 It still works after this patch, I just don't know why it was needed.
 
 -- 
  
 __
  |  Brian Havard |  He is not the messiah!   
 |
  |  [EMAIL PROTECTED]  |  He's a very naughty boy! - Life of Brian |
  
 --
 


-- 
===
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
  Casanova will have many weapons; To beat him you will
  have to have more than forks and flatulence.


Re: cvs commit: apr hints.m4 configure.in

2001-01-13 Thread David Reid
Nope, it *REALLY* didn't work on BeOS the old way.  I did some testing and
found that the value wasn't being seen by configure at all and so without
this it's broken.  It seems to be some strange thing about the shell on
BeOS, but if you want more info then email me directly...

With this patch it now builds again and can be seen in action running on
BeOS R5 at

http://bp6.cdws.com.au:8080/
http://bp6.cdws.com.au:8080/cgi-bin/Sensorama

david
- Original Message -
From: Jim Jagielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: dev@apr.apache.org
Sent: Saturday, January 13, 2001 1:30 PM
Subject: Re: cvs commit: apr hints.m4 configure.in


 I'd recommend we back it out then, unless it *really* didn't work for
 David the old way... Maybe BeOS and OS/2 weren't including the right
 name?

 Brian Havard wrote:
 
  On 12 Jan 2001 17:57:03 -, [EMAIL PROTECTED] wrote:
 
  dreid   01/01/12 09:57:02
  
Modified:.hints.m4 configure.in
Log:
The file_as-socket check wasn't getting picked up correctly, so this
corrects that for BeOS and OS/2.  Untested for OS/2 so Brian?
 
  Err, well it was working fine for me the way it was. That is, in apr.h I
  get
 
  #define APR_FILES_AS_SOCKETS  0
 
  It still works after this patch, I just don't know why it was needed.
 
  --
 

__
   |  Brian Havard |  He is not the messiah!
|
   |  [EMAIL PROTECTED]  |  He's a very naughty boy! - Life of
Brian |

  --

 


 --

===
Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
   Casanova will have many weapons; To beat him you will
   have to have more than forks and flatulence.




Re: cvs commit: apr hints.m4 configure.in

2001-01-13 Thread Jim Jagielski
David Reid wrote:
 
 Nope, it *REALLY* didn't work on BeOS the old way.  I did some testing and
 found that the value wasn't being seen by configure at all and so without
 this it's broken.  It seems to be some strange thing about the shell on
 BeOS, but if you want more info then email me directly...
 
 With this patch it now builds again and can be seen in action running on
 BeOS R5 at
 

Then I vote we keep it with the patch folded in then. Looks like
it works on all required systems.
-- 
===
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
  Casanova will have many weapons; To beat him you will
  have to have more than forks and flatulence.