diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 656255c0e9a..52cc1651950 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -86,7 +86,7 @@ AC_DEFUN([OPTION_DEFAULT_OFF], [dnl | |||
| 86 | ])dnl | 86 | ])dnl |
| 87 | 87 | ||
| 88 | dnl OPTION_DEFAULT_ON(NAME, HELP-STRING) | 88 | dnl OPTION_DEFAULT_ON(NAME, HELP-STRING) |
| 89 | dnl Create a new --with option that defaults to $enable_features. | 89 | dnl Create a new --with option that defaults to $with_features. |
| 90 | dnl NAME is the base name of the option. The shell variable with_NAME | 90 | dnl NAME is the base name of the option. The shell variable with_NAME |
| 91 | dnl will be set either to 'no' (for a plain --without-NAME) or to | 91 | dnl will be set either to 'no' (for a plain --without-NAME) or to |
| 92 | dnl 'yes' (if the option is not specified). Note that the shell | 92 | dnl 'yes' (if the option is not specified). Note that the shell |