aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-05 20:33:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-05 20:33:02 +0300
commit323aec85713a8eb95290c3af806eb611c5d61798 (patch)
tree4282eb01cf322b779bdd3daf7401390b88f268fa /doc/gawk.texi
parent9f796aeea7f6b165b0fb8806e426291c7398276d (diff)
downloadegawk-323aec85713a8eb95290c3af806eb611c5d61798.tar.gz
egawk-323aec85713a8eb95290c3af806eb611c5d61798.tar.bz2
egawk-323aec85713a8eb95290c3af806eb611c5d61798.zip
Fix doc for --disable-extensions configuration option.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 593bf2db..8983ce61 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -40532,8 +40532,12 @@ command line when compiling @command{gawk} from scratch, including:
@cindex @option{--disable-extensions} configuration option
@cindex configuration option, @code{--disable-extensions}
@item --disable-extensions
-Disable configuring and building the sample extensions in the
-@file{extension} directory. This is useful for cross-compiling.
+Disable the extension mechanism within @command{gawk}. With this
+option, it is not possible to use dynamic extensions. This also
+disables configuring and building the sample extensions in the
+@file{extension} directory.
+
+This option may be useful for cross-compiling.
The default action is to dynamically check if the extensions
can be configured and compiled.