diff options
author | Andy Wingo <wingo@pobox.com> | 2015-01-22 13:04:34 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-01-22 13:04:34 +0100 |
commit | 086bbcc874f230c709b7c0a46439c2fd3f7cd37c (patch) | |
tree | 9a7d42c5a3c7880c50ff4d679ae2e8cf91149dfc /meta | |
parent | d5dffec4ffcb93ab649acb2b6f7d8a013ba0e10e (diff) | |
parent | fdd319e9bd4121d844662d3d8ccc69b462b60840 (diff) |
Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
Diffstat (limited to 'meta')
-rw-r--r-- | meta/guile.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/guile.m4 b/meta/guile.m4 index 441dcd4e8..dd3c212e8 100644 --- a/meta/guile.m4 +++ b/meta/guile.m4 @@ -231,7 +231,7 @@ AC_DEFUN([GUILE_PROGS], AC_MSG_ERROR([Guile $_guile_required_version required, but $_guile_prog_version found]) fi fi - elif test "$GUILE_EFFECTIVE_VERSION" == "$_major_version.$_minor_version" -a -z "$_micro_version"; then + elif test "$GUILE_EFFECTIVE_VERSION" = "$_major_version.$_minor_version" -a -z "$_micro_version"; then # Allow prereleases that have the right effective version. true else |