From b6535cd6deb7d821c52ac31ea534cf5529ab8e5d Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 20 Oct 2010 16:18:51 +0200 Subject: [PATCH] remove dependency on CoreServices for exosip build --- m4/exosip.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/exosip.m4 b/m4/exosip.m4 index 725def2b..c25d8ad9 100644 --- a/m4/exosip.m4 +++ b/m4/exosip.m4 @@ -6,7 +6,7 @@ AC_REQUIRE([LP_CHECK_OSIP2]) case $target_os in *darwin*) - OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation -framework CoreServices " + OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation " ;; esac -- 2.39.2