remove dependency on CoreServices for exosip build

This commit is contained in:
Jehan Monnier 2010-10-20 16:18:51 +02:00
parent c6c7d662de
commit b6535cd6de

View file

@ -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