git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25065 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-04-19 11:38:32 +00:00
parent cc4cd447b5
commit 0560a5c23a
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -16229,7 +16229,7 @@ echo "${ECHO_T}none" >&6; }
echo "You do not have an up-to-date libobjc library installed"
elif test "$have_working_trampoline" = no; then
echo "You have ffcall, but it does not work properly. Most likely because"
echo "your're system's security policy is blocking some parts of ffcall"
echo "your system's security policy is blocking some parts of ffcall"
echo "we recommend installing libffi instead."
else
echo "You do not have either ffcall or libffi installed, or configure needs"

View file

@ -1917,7 +1917,7 @@ if test $ffi_ok = no; then
echo "You do not have an up-to-date libobjc library installed"
elif test "$have_working_trampoline" = no; then
echo "You have ffcall, but it does not work properly. Most likely because"
echo "your're system's security policy is blocking some parts of ffcall"
echo "your system's security policy is blocking some parts of ffcall"
echo "we recommend installing libffi instead."
else
echo "You do not have either ffcall or libffi installed, or configure needs"