fix: typo in build-aux/m4/dogecoin_find_bdb53.m4

This commit is contained in:
oliveredget 2025-01-01 15:59:21 +08:00
parent 5355cc0f5d
commit bb213aaf8d
No known key found for this signature in database
GPG Key ID: FC23EA5AECCBE0C0

View File

@ -69,7 +69,7 @@ AC_DEFUN([BITCOIN_FIND_BDB53],[
bdbpath="${bdb53path}" bdbpath="${bdb53path}"
fi fi
dnl restore orgininal CPPFLAGS and fixate the now checked flags. dnl restore original CPPFLAGS and fixate the now checked flags.
if test "x$BDB_CFLAGS" != "x"; then if test "x$BDB_CFLAGS" != "x"; then
CPPFLAGS="${TCFLAGS}" CPPFLAGS="${TCFLAGS}"
BDB_CPPFLAGS=${BDB_CFLAGS} BDB_CPPFLAGS=${BDB_CFLAGS}