[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:
parent
835dd33dcf
commit
c47cd00a15
1 changed files with 12 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue