diff options
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r-- | src/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 362c70387..e24d334c7 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -68,7 +68,7 @@ AC_DEFUN(AM_WITH_ERLANG, AC_PATH_TOOL(ERLC, erlc, , $PATH:$with_erlang:$with_erlang/bin) AC_PATH_TOOL(ERL, erl, , $PATH:$with_erlang:$with_erlang/bin) - if test "z$ERLC" == "z" || test "z$ERL" == "z"; then + if test "z$ERLC" = "z" || test "z$ERL" = "z"; then AC_MSG_ERROR([erlang not found]) fi |