[kaffe] CVS kaffe (robilad): Fixlet for build on darwin
Kaffe CVS
cvs-commits at kaffe.org
Tue Jul 19 16:26:31 PDT 2005
PatchSet 6751
Date: 2005/07/19 23:21:01
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fixlet for build on darwin
2005-07-20 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Check for crt_externs.h to fix build on darwin.
Reported by: Riccardo Mottola <zuse at libero.it>
Members:
ChangeLog:1.4276->1.4277
configure:1.470->1.471
configure.ac:1.154->1.155
config/config.h.in:1.146->1.147
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4276 kaffe/ChangeLog:1.4277
--- kaffe/ChangeLog:1.4276 Tue Jul 19 20:30:06 2005
+++ kaffe/ChangeLog Tue Jul 19 23:21:01 2005
@@ -1,3 +1,9 @@
+2005-07-20 Dalibor Topic <robilad at kaffe.org>
+
+ * configure.ac: Check for crt_externs.h to fix build on darwin.
+
+ Reported by: Riccardo Mottola <zuse at libero.it>
+
2005-07-19 Guilhem Lavaux <guilhem at kaffe.org>
* kaffe/jvmpi/jvmpi_kaffe.h,
Index: kaffe/configure
diff -u kaffe/configure:1.470 kaffe/configure:1.471
--- kaffe/configure:1.470 Tue Jul 19 13:07:51 2005
+++ kaffe/configure Tue Jul 19 23:21:05 2005
@@ -29830,9 +29830,11 @@
+
for ac_header in stdarg.h \
alloca.h \
bsd/libc.h \
+crt_externs.h \
dlfcn.h \
fcntl.h \
features.h \
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.154 kaffe/configure.ac:1.155
--- kaffe/configure.ac:1.154 Tue Jul 19 01:16:05 2005
+++ kaffe/configure.ac Tue Jul 19 23:21:11 2005
@@ -1006,6 +1006,7 @@
AC_CHECK_HEADERS([stdarg.h \
alloca.h \
bsd/libc.h \
+crt_externs.h \
dlfcn.h \
fcntl.h \
features.h \
Index: kaffe/config/config.h.in
diff -u kaffe/config/config.h.in:1.146 kaffe/config/config.h.in:1.147
--- kaffe/config/config.h.in:1.146 Sun Jul 17 16:46:27 2005
+++ kaffe/config/config.h.in Tue Jul 19 23:21:12 2005
@@ -82,6 +82,9 @@
/* Does mprotect support protecting region not covered by mmap ? */
#undef HAVE_COMPATIBLE_MPROTECT
+/* Define to 1 if you have the <crt_externs.h> header file. */
+#undef HAVE_CRT_EXTERNS_H
+
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
More information about the kaffe
mailing list