gnustep-dev
[Top][All Lists]
Advanced

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

Re: Building in a separate directory


From: Adam Fedor
Subject: Re: Building in a separate directory
Date: Thu, 26 May 2005 12:52:41 -0600


On May 26, 2005, at 12:36 PM, Adam Fedor wrote:

if test $cross_compiling = no; then
  AC_FUNC_SETPGRP
else
  #set a default value
fi

I was working on that, but the default for MingW is not what the normal default would be, but I wasn't entirely sure.



Actually, now I look at the code, it could probably just be:


if test $cross_compiling = no; then
  AC_FUNC_SETPGRP
fi





reply via email to

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