summaryrefslogtreecommitdiff
path: root/macros/gnome-guile-checks.m4
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-08 00:33:51 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-08 00:33:51 +0000
commit8c5b89f854d8348eac6717be6632b8ecb079fe1f (patch)
treeb4dc2dcbee91154866bda9619cacfcf4165ff02d /macros/gnome-guile-checks.m4
parentcc6405e7ed54e4772327f41d8f9706803b6ddfb2 (diff)
downloadshared-mime-info-8c5b89f854d8348eac6717be6632b8ecb079fe1f.tar.gz
Fixed typo.
svn path=/trunk/; revision=244
Diffstat (limited to 'macros/gnome-guile-checks.m4')
-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 b5c0a0b7..582e98a5 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)