Fixed help message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-01-16 01:09:20 +00:00
parent e9e445b907
commit 57f38ca92e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-16 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Fixed url of build guide given in error message
when ffcall/ffi is not found.
2007-01-07 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSNetServices.m: Locking fix pointed out by Chris.

View file

@ -1358,7 +1358,7 @@ if test $ffi_ok = no; then
echo "If you really want to build -base without DO support, add --disable-do"
echo "to the configure arguments."
echo "For more information, read the GNUstep build guide, ffcall section:"
echo "http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES"
echo "http://gnustep.made-it.com/BuildGuide/index.html"
AC_MSG_ERROR([Incomplete support for ffi functionality.])
fi
AC_MSG_WARN([Incomplete support for ffi funtionality.])