Fixed help text of configure to match parameter

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@41 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2006-09-06 20:31:34 +00:00
parent 5735219870
commit 99b63e0915
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ fi
AC_MSG_CHECKING([whether to install service in /etc/services])
lash_serv_inst="yes"
AC_ARG_ENABLE(serv-inst,
[AS_HELP_STRING(--disable-serv-ins, disable installation of lash service in /etc/services)],[
[AS_HELP_STRING(--disable-serv-inst, disable installation of lash service in /etc/services)],[
case "$enableval" in
"yes")
;;