mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
40a18348ff
commit
d583f13520
3 changed files with 7395 additions and 7198 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue