From 18e8187842b6140e0b0dc564843800874b5e59f6 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 3 Jun 1998 23:48:40 +0000 Subject: [PATCH] fix for rhapsody git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5015 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-sys-nextstep.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/krb-sys-nextstep.m4 b/cf/krb-sys-nextstep.m4 index f82c0d534..adde2d5c1 100644 --- a/cf/krb-sys-nextstep.m4 +++ b/cf/krb-sys-nextstep.m4 @@ -9,7 +9,7 @@ AC_DEFUN(AC_KRB_SYS_NEXTSTEP, [ AC_MSG_CHECKING(for NEXTSTEP) AC_CACHE_VAL(krb_cv_sys_nextstep, AC_EGREP_CPP(yes, -[#ifdef NeXT +[#if defined(NeXT) && !defined(__APPLE__) yes #endif ], krb_cv_sys_nextstep=yes, krb_cv_sys_nextstep=no) )