pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-08
2001-07-08 21:49:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0341d05b80cb92417055ec188179cba07a054b35 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/configure.in:1.534
1:
-
AC_REVISION("$Id: configure.in,v 1.
533
2001/07/08 21:
35
:
24
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
534
2001/07/08 21:
49
:
51
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
4365:
label: return 0; ], [ pike_cv_gcc_computed_goto=yes ], [ pike_cv_gcc_computed_goto=no ])
-
]
+
]
)
AC_MSG_RESULT($pike_cv_gcc_computed_goto) if test "x$pike_cv_gcc_computed_goto" = "xyes"; then AC_MSG_WARN([Enabling computed goto (EXPERIMENTAL).])