Thanks Jeff. I was going to do it but didn't as I didn't want to break the
build - guess what?? :)  can't win can I?

Now lets see how many platforms we've broken :)

david
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 13, 2001 2:06 PM
Subject: cvs commit: apr/test Makefile.in


> trawick     01/05/13 06:06:11
>
>   Modified:    .        configure.in
>                test     Makefile.in
>   Log:
>   build the APR memory code; otherwise, Apache won't build because
>   exports.c references the memory functions
>
>   build the testmem program by default too
>
>   Reviewed/Submitted by: David Reid
>
>   Revision  Changes    Path
>   1.307     +1 -1      apr/configure.in
>
>   Index: configure.in
>   ===================================================================
>   RCS file: /home/cvs/apr/configure.in,v
>   retrieving revision 1.306
>   retrieving revision 1.307
>   diff -u -r1.306 -r1.307
>   --- configure.in 2001/05/13 12:01:27 1.306
>   +++ configure.in 2001/05/13 13:06:09 1.307
>   @@ -67,7 +67,7 @@
>    DEFAULT_OSDIR="unix"
>    echo "(Default will be ${DEFAULT_OSDIR})"
>
>   -apr_modules="file_io network_io threadproc misc locks time mmap shmem
i18n user"
>   +apr_modules="file_io network_io threadproc misc locks time mmap shmem
i18n user memory"
>
>    dnl Checks for programs.
>    AC_PROG_MAKE_SET
>
>
>
>   1.54      +1 -0      apr/test/Makefile.in
>
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/test/Makefile.in,v
>   retrieving revision 1.53
>   retrieving revision 1.54
>   diff -u -r1.53 -r1.54
>   --- Makefile.in 2001/05/13 10:50:07 1.53
>   +++ Makefile.in 2001/05/13 13:06:10 1.54
>   @@ -21,6 +21,7 @@
>            [EMAIL PROTECTED]@ \
>            [EMAIL PROTECTED]@ \
>            [EMAIL PROTECTED]@ \
>   +        [EMAIL PROTECTED]@ \
>    [EMAIL PROTECTED]@
>
>    TARGETS = $(PROGRAMS)
>
>
>
>

Reply via email to