[INTERPRETER]

* BUG: libffi is correctly detected again.


git-svn-id: svn://localhost/gambas/trunk@4817 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-06-09 14:03:58 +00:00
parent 835dd33dcf
commit c47cd00a15

View file

@ -18,6 +18,10 @@ GB_COMPONENT(
[],
[This library may be located inside the system C library, so you can ignore that warning...])
dnl ---- Remove DISABLED file that could have been generated before
rm -f DISABLED DISABLED.*
dnl ---- Check for charset conversion library
GB_COMPONENT(
@ -28,6 +32,10 @@ GB_COMPONENT(
[],
[This library may be located inside the system C library, so you can ignore that warning...])
dnl ---- Remove DISABLED file that could have been generated before
rm -f DISABLED DISABLED.*
dnl ---- Check for gettext library
if test "x$GETTEXT_LIB" != x; then
@ -42,6 +50,10 @@ GB_COMPONENT(
fi
dnl ---- Remove DISABLED file that could have been generated before
rm -f DISABLED DISABLED.*
dnl ---- Check for ffi library
GB_COMPONENT_SEARCH(