View | Details | Raw Unified | Return to bug 144845
Collapse All | Expand All

(-)files/patch-configure.in (-4 / +13 lines)
Lines 1-6 Link Here
1
--- configure.in	2008-07-09 14:38:42.000000000 +0800
1
--- configure.in.orig	2008-12-08 17:42:52.000000000 +0000
2
+++ configure.in	2008-07-09 14:41:01.000000000 +0800
2
+++ configure.in	2010-03-17 21:41:00.869992126 +0000
3
@@ -692,12 +692,13 @@
3
@@ -622,7 +622,7 @@
4
 #
5
 AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \
6
 regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \
7
-sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \
8
+sys/time.h sys/times.h sys/stdtypes.h sys/types.h \
9
 sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \
10
 direct.h strings.h])
11
 
12
@@ -725,12 +725,13 @@
4
 #   sys/param.h - not in mingw
13
 #   sys/param.h - not in mingw
5
 #   pthread.h - only available with pthreads.  ACX_PTHREAD doesn't
14
 #   pthread.h - only available with pthreads.  ACX_PTHREAD doesn't
6
 #       check this specifically, we need it for the timespec test below.
15
 #       check this specifically, we need it for the timespec test below.
Lines 15-21 Link Here
15
 AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
24
 AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
16
 AC_CHECK_DECLS([sethostname, strncasecmp])
25
 AC_CHECK_DECLS([sethostname, strncasecmp])
17
 
26
 
18
@@ -1190,9 +1191,11 @@
27
@@ -1260,9 +1261,11 @@
19
     #         all; not present on MacOS X or Solaris 10
28
     #         all; not present on MacOS X or Solaris 10
20
     #     pthread_get_stackaddr_np - "np" meaning "non portable" says it
29
     #     pthread_get_stackaddr_np - "np" meaning "non portable" says it
21
     #         all; specific to MacOS X
30
     #         all; specific to MacOS X

Return to bug 144845