mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
iimprove wording of warning messages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30122 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3a7e0f167
commit
c7c39a951c
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -1353,7 +1353,7 @@ Optional Features:
|
|||
--enable-procfs-psinfo Use /proc/%pid% to get info
|
||||
--enable-pass-arguments Force user main call to NSProcessInfo initialize
|
||||
--enable-fake-main Force redefine of user main function
|
||||
--enable-libffi Enable use of libffi library
|
||||
--disable-libffi Disable use of libffi library
|
||||
--enable-ffcall Enable use of the deprecated ffcall library
|
||||
--disable-invocations Compile even if invocation-dependencies are not met
|
||||
--disable-xml Compile even if XML-dependencies are not met
|
||||
|
@ -19055,7 +19055,7 @@ echo "${ECHO_T}none" >&6; }
|
|||
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"
|
||||
echo "You do not have either ffcall or libffi installed/enabled, or configure needs"
|
||||
echo "--with-ffi-include and/or --with-ffi-library flags so GNUstep can find them,"
|
||||
echo "or you have ffcall but gnustep-make is configured to use native exceptions"
|
||||
echo "(native exceptions are not compatible with ffcall)."
|
||||
|
|
|
@ -1386,7 +1386,7 @@ if test "$exceptions" = "yes"; then
|
|||
fi
|
||||
|
||||
AC_ARG_ENABLE(libffi,
|
||||
[ --enable-libffi Enable use of libffi library],,
|
||||
[ --disable-libffi Disable use of libffi library],,
|
||||
enable_libffi=$do_enable_libffi)
|
||||
|
||||
AC_ARG_ENABLE(ffcall,
|
||||
|
@ -1512,7 +1512,7 @@ if test $ffi_ok = no; then
|
|||
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"
|
||||
echo "You do not have either ffcall or libffi installed/enabled, or configure needs"
|
||||
echo "--with-ffi-include and/or --with-ffi-library flags so GNUstep can find them,"
|
||||
echo "or you have ffcall but gnustep-make is configured to use native exceptions"
|
||||
echo "(native exceptions are not compatible with ffcall)."
|
||||
|
|
Loading…
Reference in a new issue