Skip to content

Commit

Permalink
doc: fix typo in configure.ac
Browse files Browse the repository at this point in the history
s/liner/linker/
  • Loading branch information
fanquake committed Apr 21, 2020
1 parent 20a3092 commit b155fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)])],
Expand Down

0 comments on commit b155fcd

Please sign in to comment.