Correct typing error in Richards last change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27160 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2008-11-27 19:54:26 +00:00
parent 40a18348ff
commit d583f13520
3 changed files with 7395 additions and 7198 deletions

View file

@ -1,3 +1,8 @@
2008-11-27 Fred Kiefer <FredKiefer@gmx.de>
* configure.ac: Correct typing error in last change.
* configure: regenerate
2008-11-27 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: check for native exceptions use.

14584
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1963,12 +1963,12 @@ if test ${ffi_libdir} != "no"; then
GS_ADD_LIBRARY_PATH([${ffi_libdir}])
fi
if test "$do_broken_ffi" = "no"; then
if test "$do_broken_libffi" = "no"; then
AC_CHECK_HEADER(ffi.h, have_libffi=yes, have_libffi=no)
else
have_libffi=no
fi
if test "$do_broken_ffcall" = "no"; then
if test "$do_broken_libffcall" = "no"; then
AC_CHECK_HEADERS(callback.h, have_ffcall=yes, have_ffcall=no)
else
have_ffcall=no