summaryrefslogtreecommitdiff
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 9a085e35b0..6744b0ace2 100644
--- a/configure.in
+++ b/configure.in
@@ -377,7 +377,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)