rbb 01/04/08 09:44:37
Modified: . configure.in
Log:
Remove a debug statement
Revision Changes Path
1.286 +0 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -b -w -u -r1.285 -r1.286
--- configure.in 2001/04/08 08:21:04 1.285
+++ configure.in 2001/04/08 16:44:37 1.286
@@ -99,7 +99,6 @@
AC_ARG_WITH(libtool, [--with-libtool use libtool to link the library],
[ use_libtool=$withval ], [ use_libtool="yes" ] )
-echo "FOOBAR::::: $use_libtool"
if test "x$use_libtool" = "xyes"; then
lt_compile="\$(LIBTOOL) --mode=compile \$(LTFLAGS) \$(COMPILE) -c \$<
&& touch \$@"
link="\$(LIBTOOL) --mode=link \$(LTFLAGS) \$(COMPILE) \$(LDFLAGS) -o
\$@ -rpath \$(libdir) \$\$objects"