gnustep-dev
[Top][All Lists]
Advanced

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

Re: Crosscompiling gnustep


From: Adam Fedor
Subject: Re: Crosscompiling gnustep
Date: Tue, 26 Apr 2005 14:29:57 -0600


On Apr 26, 2005, at 1:11 PM, Stefan Urbanek wrote:
I have removed some lines from configure.ac regardless of future
impacts:
-AC_CHECK_FUNCS(killpg setpgrp setpgid)
+AC_CHECK_FUNCS(killpg)
-AC_FUNC_SETPGRP
+# AC_FUNC_SETPGRP



I think it's just the AC_FUNC_SETPGRP that is the problem, and we'd just have to enclose that in a check for cross compiling...

if test "x$target" = "x$host"; then
...
fi





reply via email to

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