aboutsummaryrefslogtreecommitdiff
path: root/guile.m4
diff options
context:
space:
mode:
Diffstat (limited to 'guile.m4')
-rw-r--r--guile.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/guile.m4 b/guile.m4
index f695a21..e3bad16 100644
--- a/guile.m4
+++ b/guile.m4
@@ -152,8 +152,11 @@ AC_DEFUN([GINT_CHECK_GUILE],
[Guile version number: MAX*10 + MIN])
m4_if([$2],,,[$2])
fi
+
m4_if([$3],,,[else
$3])
fi
+
+ AM_CONDITIONAL([GINT_COND_GUILE_OK],[test $gint_guile_status = ok])
])

Return to:

Send suggestions and report system problems to the System administrator.