Diff for /rpl/Attic/configure between versions 1.76 and 1.77

version 1.76, 2011/09/10 20:44:47 version 1.77, 2011/09/14 14:34:26
Line 627  READLINE Line 627  READLINE
 NCURSES  NCURSES
 ELF  ELF
 BSH_PATH  BSH_PATH
 BROKEN_SIGINFO  
 IPV6  IPV6
 SEMUN  SEMUN
 IPCS_SYSV  IPCS_SYSV
Line 9036  cat >>confdefs.h <<_ACEOF Line 9035  cat >>confdefs.h <<_ACEOF
 _ACEOF  _ACEOF
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken siginfo->si_pid" >&5  
 $as_echo_n "checking for broken siginfo->si_pid... " >&6; }  
 if test "$cross_compiling" = yes; then :  
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 as_fn_error $? "cannot run test program while cross compiling  
 See \`config.log' for more details" "$LINENO" 5; }  
 else  
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
 #include <unistd.h>  
 #include <signal.h>  
 int flag;  
 void handler(int signal, siginfo_t *siginfo, void *context)  
 { flag = ((*siginfo).si_pid == getpid()) ? 0 : 1; }  
 int  
 main ()  
 {  
 struct sigaction    action;  
 action.sa_sigaction = handler;  
 action.sa_flags = SA_SIGINFO;  
 sigaction(SIGUSR1, &action, NULL);  
 raise(SIGUSR1);  
 return(flag);  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_run "$LINENO"; then :  
   BROKEN_SIGINFO=-U_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  
 $as_echo "no" >&6; }  
 else  
   BROKEN_SIGINFO=-D_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  
 $as_echo "yes" >&6; }  
 fi  
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  
   conftest.$ac_objext conftest.beam conftest.$ac_ext  
 fi  
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
 $as_echo_n "checking for working strcoll... " >&6; }  $as_echo_n "checking for working strcoll... " >&6; }
 if ${ac_cv_func_strcoll_works+:} false; then :  if ${ac_cv_func_strcoll_works+:} false; then :
Line 9463  esac Line 9422  esac
   
   
   
   
   
   
   

Removed from v.1.76  
changed lines
  Added in v.1.77


CVSweb interface <joel.bertrand@systella.fr>