Difference for src/scripts/configure.in from version 1.143 to 1.144

version 1.143version 1.144
Line 318
Line 318
 AC_DEFINE_UNQUOTED(CMK_CONTEXT_FPU_POINTER_UCREGS, $pass, [whether ucontext uses uc_regs union]) AC_DEFINE_UNQUOTED(CMK_CONTEXT_FPU_POINTER_UCREGS, $pass, [whether ucontext uses uc_regs union])
 fi fi
  
  cat > $t <<EOT
  #include <ucontext.h>
  vrregset_t *v_regs;
  EOT
  test_cxx "whether ucontext has pointer (v_regs) of vector type" "yes" "no" ""
  AC_DEFINE_UNQUOTED(CMK_CONTEXT_V_REGS, $pass, [whether ucontext has pointer (v_regs) of vector type])
  
 ###################### C++ Compiler Features ##################### ###################### C++ Compiler Features #####################
  
 #### check C inline #### #### check C inline ####


Legend:
Removed in v.1.143 
changed lines
 Added in v.1.144



Made by using version 1.79 of cvs2html