mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
6bb7c00782
commit
818d2ee2ae
2 changed files with 2898 additions and 17202 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue