pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-07
2003-11-07 22:08:18 by Martin Stjernholm <mast@lysator.liu.se>
15b7227e6897a48c6e3b1a9160161d4adedeadc0 (
27
lines) (+
15
/-
12
)
[
Show
|
Annotate
]
Branch:
7.9
Not defining SHARED_NODES trigs bugs in las.c.
Rev: src/configure.in:1.745
1:
-
AC_REVISION("$Id: configure.in,v 1.
744
2003/11/07
21
:
05
:
56
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
745
2003/11/07
22
:
08
:
18
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1081:
AC_MSG_RESULT(yes)
-
AC_MSG_WARN(Activating the patched cc1.
+
AC_MSG_WARN(
[
Activating the patched cc1.
NOTE: Entering critical section.
-
If configure fails at this point a broken gcc my result.)
+
If configure fails at this point a broken gcc my result.
]
)
if /usr/bin/mv -f "$cc1" "$cc1.orig"; then
-
AC_MSG_WARN(Moved $cc1 to $cc1.orig.)
+
AC_MSG_WARN(
[
Moved $cc1 to $cc1.orig.
]
)
if /usr/bin/mv -f "$cc1.patched" "$cc1"; then
-
AC_MSG_WARN(Patching seems to have succeeded.
-
Please rerun configure.)
+
AC_MSG_WARN(
[
Patching seems to have succeeded.
+
Please rerun configure.
]
)
exit 1 fi
-
AC_MSG_WARN(Moving the patched cc1 into place failed.
-
Will try to restore the old cc1.)
+
AC_MSG_WARN(
[
Moving the patched cc1 into place failed.
+
Will try to restore the old cc1.
]
)
if /usr/bin/mv -f "$cc1.orig" "$cc1"; then
-
AC_MSG_WARN(The old cc1 has been restored.)
+
AC_MSG_WARN(
[
The old cc1 has been restored.
]
)
exit 1 fi
1395:
Pike applications might not work correctly.]) fi
-
if test "x$with_shared_nodes" =
xyes
; then
-
echo 'Enabling the SHARED_NODES mode of the optimizer.'
+
dnl Pike currently breaks miserably
if
SHARED_NODES isn't defined.
+
dnl Shared nodes are still disabled bluntly. (See note above.)
+
dnl if
test "x$with_shared_nodes"
!
=
xno
; then
+
dnl
echo 'Enabling the SHARED_NODES mode of the optimizer.'
AC_DEFINE(SHARED_NODES)
-
else :; fi
+
dnl
else :; fi
if test "x$with_poll" = "xyes"; then AC_DEFINE(HAVE_AND_USE_POLL)