summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-08 16:44:37 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-08 16:44:37 +0000
commit77ee7a38cda1524fd7d230693d5755e963e34f68 (patch)
treeebd42161a8d5b4fa3698673ba4ff80a8c149d14a /configure.in
parentdde146e582c0f873b3e68807068c4b5df4085477 (diff)
downloadlibapr-77ee7a38cda1524fd7d230693d5755e963e34f68.tar.gz
Remove a debug statement
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ca53eb962..06e885479 100644
--- a/configure.in
+++ b/configure.in
@@ -99,7 +99,6 @@ esac
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"