aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJon Layton <me@jonl.io>2019-09-07 23:52:45 -0400
committerJon Layton <me@jonl.io>2019-09-17 03:21:22 -0400
commit6aab7649d30b19d136a27f1287fd2c8b00fb460c (patch)
tree7f14c9665c34f0f3b51f22f61ab4742b01bfc115 /build-aux
parent92f35acb3ba045fc9844fed9ea9eedf66e5d2c24 (diff)
downloadbitcoin-6aab7649d30b19d136a27f1287fd2c8b00fb460c.tar.xz
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/m4/bitcoin_find_bdb48.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_find_bdb48.m4 b/build-aux/m4/bitcoin_find_bdb48.m4
index ea9c795daa..aa0111e5a2 100644
--- a/build-aux/m4/bitcoin_find_bdb48.m4
+++ b/build-aux/m4/bitcoin_find_bdb48.m4
@@ -61,7 +61,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
BDB_CPPFLAGS=${BDB_CFLAGS}
fi
AC_SUBST(BDB_CPPFLAGS)
-
+
if test "x$BDB_LIBS" = "x"; then
# TODO: Ideally this could find the library version and make sure it matches the headers being used
for searchlib in db_cxx-4.8 db_cxx db4_cxx; do