pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-02
2001-11-02 14:01:56 by 0
ce3dcdf39afbda937dc3b984fbe09c0e52b1b60b (
14
lines) (+
13
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Update compiler flags for Mac OS X 10.1 compatibility.
Rev: src/configure.in:1.557
1:
-
AC_REVISION("$Id: configure.in,v 1.
556
2001/
10
/
06
20
:
55
:
26
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
557
2001/
11
/
02
14
:
01
:
56
jonasw
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1281:
fi ])
+
DO_IF_OS(Darwin,
+
[
+
# aka MacOS X.
+
# Foundation framework needed by JavaVM.framework. The OS X 10.1 linker
+
# no longer includes indirect dependencies so we need to add them here.
+
AC_SYS_COMPILER_FLAG(-framework Foundation, framework_Foundation, LDFLAGS)
+
+
# -flat_namespace only needed for linking with libMallocDebug
+
# AC_SYS_COMPILER_FLAG(-flat_namespace, flat_namespace, LDFLAGS)
+
])
+
else if test "x${TCC-}" = xyes ; then # Yikes! We're using the TenDRA compiler!