diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-02-22 19:58:31 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-02-22 19:58:31 +0000 |
commit | cd00afcf5275e1cfcd1fe1e7e3157289c6bacae5 (patch) | |
tree | 799bbae332c3cf1d672c763145bd28f517e2bc67 | |
parent | 5c14e63340f99a177360042083cfff9c4c00cf27 (diff) | |
download | shared-mime-info-cd00afcf5275e1cfcd1fe1e7e3157289c6bacae5.tar.gz |
Only such an idiot as I would think 'echo' meant 'fi'.
Only such an idiot as I would think 'echo' meant 'fi'.
svn path=/trunk/; revision=1123
-rw-r--r-- | hack-macros/gnome.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack-macros/gnome.m4 b/hack-macros/gnome.m4 index 0891aae0..067e4d61 100644 --- a/hack-macros/gnome.m4 +++ b/hack-macros/gnome.m4 @@ -461,7 +461,7 @@ AC_ARG_ENABLE(gnometest, [ --disable-gnometest Do not try to compile and AC_MSG_RESULT([*** $module library is not installed]) ifelse([$3], , :, [$3]) gnome_m4_notfound=yes - echo + fi fi if test "$gnome_m4_notfound" = no; then echo $ac_n " $module" 1>&6 |