diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/include-exclude-prog.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/include-exclude-prog.m4 b/m4/include-exclude-prog.m4 index 387386dfe..77627ea0e 100644 --- a/m4/include-exclude-prog.m4 +++ b/m4/include-exclude-prog.m4 @@ -43,8 +43,8 @@ AC_DEFUN([gl_INCLUDE_EXCLUDE_PROG], # use --enable-no-install-program=A,B AC_ARG_ENABLE([no-install-program], [AS_HELP_STRING([--enable-no-install-program=PROG_LIST], - [do NOT install the programs in PROG_LIST (comma-separated, - default: $gl_no_install_progs_default)])], + [do NOT install the programs in PROG_LIST + (comma-separated, default: $2)])], [gl_no_install_prog=$enableval], [gl_no_install_prog=] ) |