mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: fix typo in configure.ac
s/liner/linker/
This commit is contained in:
parent
20a30922fb
commit
b155fcda51
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ AC_ARG_ENABLE([gprof],
|
|||
[enable_gprof=$enableval],
|
||||
[enable_gprof=no])
|
||||
|
||||
dnl Pass compiler & liner flags that make builds deterministic
|
||||
dnl Pass compiler & linker flags that make builds deterministic
|
||||
AC_ARG_ENABLE([determinism],
|
||||
[AS_HELP_STRING([--enable-determinism],
|
||||
[Enable compilation flags that make builds deterministic (default is no)])],
|
||||
|
|
Loading…
Add table
Reference in a new issue