libsmi: Small fix and add a comment

svn path=/trunk/; revision=22668
This commit is contained in:
Jörg Mayer 2007-08-26 17:58:26 +00:00
parent 77fc959dde
commit 7109b71246
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ if test "x$with_gcrypt" = "xyes"; then
fi
# libsmi
libsmi_message="no"
# FIXME: currently the path argument to with-libsmi is being ignored
libsmi="no"
AC_ARG_WITH([libsmi],
AC_HELP_STRING( [--with-libsmi=@<:@yes/no@:>@],
[use smi library @<:@default=yes@:>@]),