From 95755bba72d38add887fdf88f68381b8cfbbd405 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Wed, 20 Jul 2011 03:00:48 +0000 Subject: Re #1278: Fixed linker error on Mac and iOS. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3670 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index b084304f..15eaac9b 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -408,9 +408,6 @@ case $target in *mingw* | *cygw* | *win32* | *w32* ) ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o" ;; - *darwin*) - ac_os_objs="$ac_os_objs os_core_darwin.o" - ;; *) ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" case $target in @@ -427,7 +424,11 @@ case $target in ;; esac - +case $target in + *darwin*) + ac_os_objs="$ac_os_objs os_core_darwin.o" + ;; +esac dnl ########################################## dnl # -- cgit v1.2.3