Branch: Tag:

2003-02-03

2003-02-03 18:42:14 by Marek Habersack <mhabersack@novell.com>

use AC_MSG_WARN - makes it consistent with the rest of configure.in's in the
7.4 tree (better than adding PIKE_MSG_WARN to aclocal.m4 from 7.5, IMHO)

Rev: src/configure.in:1.656

1: - AC_REVISION("$Id: configure.in,v 1.655 2003/02/03 17:25:06 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.656 2003/02/03 18:42:14 grendel Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1200:    xOpenBSD*)    if test "`uname -r|sed -e 's/\([[0-9]]*\).*/\1/'`" -lt 4 \    -a "x`uname -m`" = "xalpha"; then -  PIKE_MSG_WARN([ +  AC_MSG_WARN([   OpenBSD/alpha <= 3.x detected, disabling threads.   Use --with-threads to force threads support.   ])