From c47cd00a15db13c95f371c9a7d6e9472c4fde6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 9 Jun 2012 14:03:58 +0000 Subject: [PATCH] [INTERPRETER] * BUG: libffi is correctly detected again. git-svn-id: svn://localhost/gambas/trunk@4817 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main/configure.ac b/main/configure.ac index b00d63a4f..8abceba30 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -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(