diff options
author | fanquake <fanquake@gmail.com> | 2022-06-16 11:19:46 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-06-16 11:36:38 +0100 |
commit | 4a81ef4510948f67a233a714e565f797d806a6fb (patch) | |
tree | bc818fd7fe41dceb8d05940621c3f6f11b6ec3fa /configure.ac | |
parent | 679ecdd14bf26b4fc3bdb73b6200f5e59d15e9a6 (diff) |
doc: update configure ar doc to mention libtool 2.4.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 003d76989b..c3111698f8 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ BITCOIN_MP_NODE_NAME=bitcoin-node BITCOIN_MP_GUI_NAME=bitcoin-gui dnl Unless the user specified ARFLAGS, force it to be cr +dnl This is also the default as-of libtool 2.4.7 AC_ARG_VAR([ARFLAGS], [Flags for the archiver, defaults to <cr> if not set]) if test "${ARFLAGS+set}" != "set"; then ARFLAGS="cr" |