aboutsummaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2006-04-23 15:35:14 +0000
committerAlexey Shchepin <alexey@process-one.net>2006-04-23 15:35:14 +0000
commit1694a6a7561f6463b3f3a3202d90b60c67107294 (patch)
treeafd8e70bc0a67645968cec4749be8c571625360d /src/configure
parent* src/ejabberd_c2s.erl: Resend messages when leaving negative (diff)
* src/configure: Removed '==' bashism (thanks to Magnus Henoch)
* src/aclocal.m4: Likewise SVN Revision: 543
Diffstat (limited to '')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 6165bb5d8..3468e35c9 100755
--- a/src/configure
+++ b/src/configure
@@ -2471,7 +2471,7 @@ else
fi
- if test "z$ERLC" == "z" || test "z$ERL" == "z"; then
+ if test "z$ERLC" = "z" || test "z$ERL" = "z"; then
{ { echo "$as_me:$LINENO: error: erlang not found" >&5
echo "$as_me: error: erlang not found" >&2;}
{ (exit 1); exit 1; }; }