diff --git a/configure b/configure index f8b8764ea..f68b79c2a 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.ac b/configure.ac index 854ad2922..c8edf8ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -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"