Modified: branches/SULeopard/launchd/src/launchd.c (23505 => 23506)
--- branches/SULeopard/launchd/src/launchd.c 2008-01-29 00:31:31 UTC (rev 23505)
+++ branches/SULeopard/launchd/src/launchd.c 2008-02-01 18:43:05 UTC (rev 23506)
@@ -23,7 +23,7 @@
#include "config.h"
#include "launchd.h"
-#if HAVE_SECURITY_FRAMEWORK
+#if HAVE_SECURITY
#include <Security/Authorization.h>
#include <Security/AuthorizationTags.h>
#include <Security/AuthSession.h>
@@ -285,7 +285,7 @@
void
launchd_SessionCreate(void)
{
-#if HAVE_SECURITY_FRAMEWORK
+#if HAVE_SECURITY
OSStatus (*sescr)(SessionCreationFlags flags, SessionAttributeBits attributes);
void *seclib;