Commit 2a7f63c4 by Bryce McKinlay

configure.in: Remove warning about beta code.

	* configure.in: Remove warning about beta code.
	* configure: Rebuilt.

From-SVN: r41875
parent 7f75752b
2001-04-25 Hans Boehm <Hans_Boehm@hp.com> 2001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* configure.in: Remove warning about beta code.
* configure: Rebuilt.
2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
* src/ia64/unix.S: Restore stack pointer when returning from * src/ia64/unix.S: Restore stack pointer when returning from
ffi_closure_UNIX. ffi_closure_UNIX.
* src/ia64/ffi.c: Fix typo in comment. * src/ia64/ffi.c: Fix typo in comment.
......
...@@ -2,13 +2,6 @@ dnl Process this with autoconf to create configure ...@@ -2,13 +2,6 @@ dnl Process this with autoconf to create configure
AC_INIT(fficonfig.h.in) AC_INIT(fficonfig.h.in)
AM_CONFIG_HEADER(fficonfig.h) AM_CONFIG_HEADER(fficonfig.h)
AC_MSG_WARN(***********************************************************)
AC_MSG_WARN(***********************************************************)
AC_MSG_WARN(This is beta code. If you're looking for a stable release)
AC_MSG_WARN(then use the most recent one - libffi-1.20.)
AC_MSG_WARN(***********************************************************)
AC_MSG_WARN(***********************************************************)
dnl Default to --enable-multilib dnl Default to --enable-multilib
AC_ARG_ENABLE(multilib, AC_ARG_ENABLE(multilib,
[ --enable-multilib build many library versions (default)], [ --enable-multilib build many library versions (default)],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment