Follow-up Comment #4, patch #4883 (project mldonkey):

Too many things at once;-)

IMHO this is a bad idea:

-case $host in
+case "`uname -s`" in

$host is not read from your environment, but computed by configure.in:
AC_CANONICAL_HOST

If you think $host is wrong for Mac OS X use this line

echo $host

between

SYSTEM=unknown
case $host in

to see which value is computed for your system.


Please post the output of the "make depend" command.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4883>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users

Reply via email to