From d184329bdf7911955f889c1f0244a018b6ad7aa7 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 8 Jun 1998 00:33:51 +0000 Subject: Fixed typo. svn path=/trunk/; revision=254 --- macros/gnome-guile-checks.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3