mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #4883] Mac OS X: Fix for broken Apple cpp


From: spiralvoice
Subject: [Mldonkey-users] [patch #4883] Mac OS X: Fix for broken Apple cpp
Date: Thu, 9 Feb 2006 21:16:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]