1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 00:39:15 -04:00
ports/net-im/ejabberd/files/patch-src::configure
Maxim Sobolev cfef370297 Add ejabberd 0.7, free and Open Source distributed fault-tolerant Jabber
server.

PR:		ports/69339
Submitted by:	Alexander Timoshenko <gonzo@univ.kiev.ua>
2004-08-19 10:11:13 +00:00

11 lines
353 B
Text

--- configure.orig Sat Jul 3 14:58:07 2004
+++ configure Sat Jul 3 15:01:49 2004
@@ -2180,7 +2180,7 @@
fi
- if test "z$ERLC" == "z" || test "z$ERL" == "z"; then
+ if test -z "$ERLC" || test -z "$ERL"; then
{ { echo "$as_me:$LINENO: error: erlang not found" >&5
echo "$as_me: error: erlang not found" >&2;}
{ (exit 1); exit 1; }; }