summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 04:07:58 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 04:07:58 +0000
commit8ef47591d5d6d0ba1bf4355a7977903d8f5fda10 (patch)
treed1d6819b6804055d2987c27f3a9578b5e39880e6
parenta5d7c7c8cb94d70c2d39cf3ae51c440ce26a7564 (diff)
downloadlibapr-util-8ef47591d5d6d0ba1bf4355a7977903d8f5fda10.tar.gz
replace missing comment lost in r719466
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719469 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/dso.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build/dso.m4 b/build/dso.m4
index 701ee855..90bf49ae 100644
--- a/build/dso.m4
+++ b/build/dso.m4
@@ -28,6 +28,7 @@ AC_DEFUN([APU_CHECK_UTIL_DSO], [
aprdso=`awk '/^#define APR_HAS_DSO/ { print @S|@3; }' $apr_h`
if test "$enable_util_dso" = "no" || "$aprdso" = "0"; then
+ # Statically link the DBD drivers:
objs=
test $apu_have_openssl = 1 && objs="$objs crypto/apr_crypto_openssl.lo"