From 80762dfc45077ece3ef65bcce6b57552e87071b1 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 9 Nov 2021 14:09:26 +0800 Subject: build: consistently quote arguments in AC_ARG_VAR() --- build-aux/m4/bitcoin_find_bdb48.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/m4/bitcoin_find_bdb48.m4') diff --git a/build-aux/m4/bitcoin_find_bdb48.m4 b/build-aux/m4/bitcoin_find_bdb48.m4 index 3d6c8210ed..da6e7064a7 100644 --- a/build-aux/m4/bitcoin_find_bdb48.m4 +++ b/build-aux/m4/bitcoin_find_bdb48.m4 @@ -3,8 +3,8 @@ dnl Distributed under the MIT software license, see the accompanying dnl file COPYING or http://www.opensource.org/licenses/mit-license.php. AC_DEFUN([BITCOIN_FIND_BDB48],[ - AC_ARG_VAR(BDB_CFLAGS, [C compiler flags for BerkeleyDB, bypasses autodetection]) - AC_ARG_VAR(BDB_LIBS, [Linker flags for BerkeleyDB, bypasses autodetection]) + AC_ARG_VAR([BDB_CFLAGS], [C compiler flags for BerkeleyDB, bypasses autodetection]) + AC_ARG_VAR([BDB_LIBS], [Linker flags for BerkeleyDB, bypasses autodetection]) if test "x$use_bdb" = "xno"; then use_bdb=no -- cgit v1.2.3