rbb 01/04/09 09:40:22
Modified: . CHANGES configure.in
Log:
Change --with-libtool to --enable-libtool
Revision Changes Path
1.89 +2 -2 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -b -w -u -r1.88 -r1.89
--- CHANGES 2001/04/09 04:48:17 1.88
+++ CHANGES 2001/04/09 16:40:18 1.89
@@ -1,6 +1,6 @@
Changes with APR b1
- *) Fixup the --with-libtool option. This allows the test directory
+ *) Fixup the --enable-libtool option. This allows the test directory
to compile again. The test directory still doesn't work when
APR is configured without libtool. [Ryan Bloom]
@@ -8,7 +8,7 @@
available, and use that instead. [Wilfredo Sanchez]
*) Make libtool optional at configure time. This is done with
- --without-libtool. [Ryan Bloom]
+ --disable-libtool. [Ryan Bloom]
*) Recognize systems where the TCP_NODELAY setting is inherited from
the listening socket, and optimize apr_setsockopt(APR_TCP_NODELAY)
1.288 +1 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -b -w -u -r1.287 -r1.288
--- configure.in 2001/04/09 04:48:17 1.287
+++ configure.in 2001/04/09 16:40:19 1.288
@@ -96,7 +96,7 @@
;;
esac
-AC_ARG_WITH(libtool, [--with-libtool use libtool to link the library],
+AC_ARG_ENABLE(libtool, [--with-libtool use libtool to link the library],
[ use_libtool=$withval ], [ use_libtool="yes" ] )
if test "x$use_libtool" = "xyes"; then