Avoid bash-specific '==' comparison operator in guile.m4.
authorThomas Klausner <wiz@NetBSD.org>
Wed, 29 Oct 2014 23:33:39 +0000 (00:33 +0100)
committerMark H Weaver <mhw@netris.org>
Wed, 12 Nov 2014 03:43:51 +0000 (22:43 -0500)
commit03242f398f3520b1b27caf5885c8d5600094f944
treeaaa0134f3f1053f420d996c80c455526a84db693
parentfda17c20a3d088fccab1671c8881bd217d83d5f6
Avoid bash-specific '==' comparison operator in guile.m4.

Fixes <http://bugs.gnu.org/18898>.

* meta/guile.m4 (GUILE_PROGS): Use '=' instead of the bash-specific '=='
  comparison operator in 'test' call.
meta/guile.m4