configure.ac: fix typo

This commit is contained in:
Marko Sulejic 2015-07-03 11:51:50 +02:00 committed by Denis Kenzior
parent 58076d9a00
commit f2c474c55a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ AC_ARG_WITH([provisiondb], AC_HELP_STRING([--with-provisiondb=FILE],
[location of provision database]), [path_provisiondb=${withval}])
AC_ARG_ENABLE(provision, AC_HELP_STRING([--disable-provision],
[disable provisioning suport]),
[disable provisioning support]),
[enable_provision=${enableval}])
if (test "${enable_provision}" != "no"); then
if (test -n "${path_provisiondb}"); then