From 2ad4bd4e33a2cf5efc4cb05de928befe359f0453 Mon Sep 17 00:00:00 2001
From: janneke <janneke>
Date: Mon, 14 Apr 2003 08:25:53 +0000
Subject: [PATCH] * format-page.py (button_active_template, button_template):
 Use non-mangled text and activeness.

* stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
 circumvention of Debian packaging bug.
---
 stepmake/aclocal.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4
index 8851cc4e7a..1abbe7cf82 100644
--- a/stepmake/aclocal.m4
+++ b/stepmake/aclocal.m4
@@ -421,7 +421,7 @@ AC_DEFUN([STEPMAKE_GUILE_FLAGS], [
 AC_DEFUN(STEPMAKE_GUILE_DEVEL, [
     ## First, let's just see if we can find Guile at all.
     AC_MSG_CHECKING([for guile-config])
-    for guile_config in guile-config $target-guile-config $build-guile-config; do
+    for guile_config in $GUILE_CONFIG guile-config $target-guile-config $build-guile-config; do
 	AC_MSG_RESULT([$guile_config])
 	if ! $guile_config --version > /dev/null 2>&1 ; then
 	    AC_MSG_WARN([cannot execute $guile_config])
-- 
2.39.5