aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/gnome-guile-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-guile-checks.m4 b/macros/gnome-guile-checks.m4
index b5c0a0b7cf..582e98a503 100644
--- a/macros/gnome-guile-checks.m4
+++ b/macros/gnome-guile-checks.m4
@@ -26,7 +26,7 @@ AC_DEFUN([GNOME_CHECK_GUILE],
if test "x$cross_compiling" = "xyes" ; then
name_build_guile="$target_alias-build-guile"
else
- name_build_guile="buile-guile"
+ name_build_guile="build-guile"
fi
AC_CHECK_PROG(BUILD_GUILE, $name_build_guile, yes, no)