xslt is not a major feature ... just warn if it's missing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34968 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-03-21 09:06:40 +00:00
parent 6bb7c00782
commit 818d2ee2ae
2 changed files with 2898 additions and 17202 deletions

20096
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -2821,8 +2821,8 @@ if test $enable_xml = yes; then
echo "You do not appear to have usable libxslt headers/library."
echo "Building without them will disable the XSLT extensions."
echo "If you really want to build gnustep-base without XSLT support,"
echo "add --disable-xslt to the configure arguments."
AC_MSG_ERROR([Missing support for XSLT functionality.])
echo "add --disable-xslt to the configure arguments to avoid warning."
AC_MSG_WARN([Missing support for XSLT functionality.])
fi
else
HAVE_LIBXSLT=0