summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c5bec2f6ad..3f08b1ad84 100644
--- a/configure.in
+++ b/configure.in
@@ -103,8 +103,11 @@ case "$host_alias" in
other_targets="$other_targets os2core"
;;
*)
- LIBTOOL='$(SHELL) $(top_builddir)/srclib/apr/libtool --silent'
- SH_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool --silent'
+ if test "x$LTFLAGS" = "x"; then
+ LTFLAGS='--silent'
+ fi
+ LIBTOOL='$(SHELL) $(top_builddir)/srclib/apr/libtool $(LTFLAGS)'
+ SH_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool $(LTFLAGS)'
;;
esac