Branch: Tag:

2007-06-10

2007-06-10 12:26:02 by Martin Stjernholm <mast@lysator.liu.se>

Temporarily made a failure in a test break the configure run
altogether, to easier see how often that happens in xenofarm.

Rev: src/configure.in:1.1018

1: - AC_REVISION("$Id: configure.in,v 1.1017 2007/06/10 12:07:44 mast Exp $") + AC_REVISION("$Id: configure.in,v 1.1018 2007/06/10 12:26:02 mast Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
2308:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1017 2007/06/10 12:07:44 mast Exp $. + # Automatically generated by $Id: configure.in,v 1.1018 2007/06/10 12:26:02 mast Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2346:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1017 2007/06/10 12:07:44 mast Exp $. + # Automatically generated by $Id: configure.in,v 1.1018 2007/06/10 12:26:02 mast Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2355:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1017 2007/06/10 12:07:44 mast Exp $. + # Automatically generated by $Id: configure.in,v 1.1018 2007/06/10 12:26:02 mast Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF
7308:    if test -f confdefs.out.2 && test "x`cat confdefs.out.2`" != x; then    pike_cv_thread_local_cpu_time=`cat confdefs.out.2`    else -  AC_MSG_WARN([ +  AC_MSG_ERROR([      Test failed to compile or execute.   Problems in port.c, rusage.c or threads.c with CONFIGURE_TEST is defined?
7316:    # Don't set pike_cv_thread_local_cpu_time here so that the    # failure doesn't get cached.    result="unknown (compilation or execution failed)" +  exit 1    fi    ], [    pike_cv_thread_local_cpu_time="unknown (cross compilation)"