diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-06-08 08:33:51 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-06-08 08:33:51 +0800 |
commit | d184329bdf7911955f889c1f0244a018b6ad7aa7 (patch) | |
tree | fc4b86e637a5daf768db90f4b3a5e6048a031ceb /macros | |
parent | 23906b13929fdf09072d1f8d5b7754210c426b66 (diff) | |
download | gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar.gz gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar.bz2 gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar.lz gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar.xz gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.tar.zst gsoc2013-evolution-d184329bdf7911955f889c1f0244a018b6ad7aa7.zip |
Fixed typo.
svn path=/trunk/; revision=254
Diffstat (limited to 'macros')
-rw-r--r-- | macros/gnome-guile-checks.m4 | 2 |
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) |