mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25065 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc4cd447b5
commit
0560a5c23a
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue