build: Fix the case of building without folks

This commit is contained in:
Rui Matos 2012-06-19 23:06:40 +02:00
parent 77242cfec0
commit c414f9ac9d

View File

@ -88,6 +88,7 @@ if test x${with_folks} = xyes; then
AC_SUBST([HAVE_FOLKS],[1])
else
FOLKS_REQUIREMENT=
AC_SUBST([HAVE_FOLKS],[0])
fi
AM_CONDITIONAL(BUILD_WITH_FOLKS, test x${with_folks} = xyes)