summaryrefslogtreecommitdiff
path: root/erts/configure
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2022-01-25 13:00:24 +0100
committerRickard Green <rickard@erlang.org>2022-01-25 13:00:24 +0100
commitc99f1d8192416f50e8f812d9d118ca8556178713 (patch)
tree0c8c7062fd44a069408e894ffda7e86f4de2e992 /erts/configure
parent19a51d21179f7ca07eb90d23ef749cdb52cca141 (diff)
downloaderlang-c99f1d8192416f50e8f812d9d118ca8556178713.tar.gz
Update configure scripts
Diffstat (limited to 'erts/configure')
-rwxr-xr-xerts/configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/erts/configure b/erts/configure
index d3e168c6f5..0a1a50c142 100755
--- a/erts/configure
+++ b/erts/configure
@@ -1564,11 +1564,11 @@ Optional Features:
into the main binary. It is also possible to give a
list of nifs that should be linked statically. The
list should be a comma separated and contain the
- absolute path to a .a archive for each nif lib
- that is to be statically linked. Note that you have
- to link any external dependencies, that the nifs have,
- to the main binary. So for the crypto nifs
- you want to pass LIBS=-lcrypto to configure.
+ absolute path to a .a archive for each nif that is
+ to be statically linked. Note that you have to link
+ any external dependencies, that the nifs have, to
+ the main binary. So for the crypto nifs you want to
+ pass LIBS=-lcrypto to configure.
--enable-static-drivers comma separated list of linked-in drivers to link
statically with the main binary. The list should
contain the absolute path to a .a archive for each
@@ -1682,7 +1682,7 @@ Some influential environment variables:
CXX C++ compiler
CXXFLAGS C++ compiler flags
LD linker (is often overridden by configure)
- LDFLAGS linker flags (can be risky to set since LD may be overriden by
+ LDFLAGS linker flags (can be risky to set since LD may be overridden by
configure)
LIBS libraries
DED_LD linker for Dynamic Erlang Drivers (set all DED_LD* variables or