updated documentation for --with-vim

SVN revision: 9588
This commit is contained in:
tsauerbeck 2004-04-04 10:59:50 +00:00 committed by tsauerbeck
parent b2c6507ba0
commit 7fe96dce61
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ AC_SUBST(ecore_libs)
AC_MSG_CHECKING([for location of Vim data files])
install_vim="yes";
AC_ARG_WITH(vim,
[ --with-vim=DIR Location of Vim data files (PREFIX/share/vim)],
[ --with-vim=DIR Location of Vim data files [[autodetect]]],
[if test -d "${withval}"; then
vimdir="${withval}"
fi])