>Has been in 1.3, just forgot to bring it into 1.2. Worth putting in 1.2.4
>me thinks...
+1 (but no worries if it doesn't make it)
....Roy
>Index: CHANGES
>===================================================================
>RCS file: /export/home/cvs/apache/src/CHANGES,v
>retrieving revision 1.286.2.51
>diff -u -r1.286.2.51 CHANGES
>--- CHANGES 1997/08/21 02:44:27 1.286.2.51
>+++ CHANGES 1997/08/21 16:56:28
>@@ -5,6 +5,9 @@
> always making requests with the full-URI instead of just the URI path.
> [Marc Slemko, Roy Fielding]
>
>+ *) Add -lm for AIX versions >= 4.2 to allow Apache to link properly
>+ on this platform. [Marc Slemko]
>+
> Changes with Apache 1.2.3
>
> *) The request to a remote proxy was mangled if it was generated as the
>Index: Configure
>===================================================================
>RCS file: /export/home/cvs/apache/src/Configure,v
>retrieving revision 1.96.2.9
>diff -u -r1.96.2.9 Configure
>--- Configure 1997/08/15 17:29:48 1.96.2.9
>+++ Configure 1997/08/21 16:56:30
>@@ -212,6 +212,7 @@
> *-ibm-aix*)
> OS='IBM AIX >= 4.2'
> CFLAGS="$CFLAGS -DAIX -U__STR__"
>+ LFLAGS="$LFLAGS -lm"
> ;;
> *-apollo-*)
> OS='Apollo Domain'
>
|