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
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev