build: Fix the case of building without folks
This commit is contained in:
parent
77242cfec0
commit
c414f9ac9d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user