aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a5881685ba..a8a2f41699 100644
--- a/configure.in
+++ b/configure.in
@@ -472,7 +472,10 @@ darwin*) LIBS="-lobjc $LIBS"
#error pre OS X 10.4
[!<===== pre OS X 10.4 =====>]
#endif
- ], [],
+ ],
+ [
+ test "x$target_cpu" = xppc && ac_cv_header_ucontext_h=no
+ ],
[
AC_DEFINE(BROKEN_SETREUID, 1)
AC_DEFINE(BROKEN_SETREGID, 1)