[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/configure between version 1.25 and 1.26

version 1.25, 2007/07/26 16:10:15 version 1.26, 2007/08/15 14:22:39
Line 10386 
Line 10386 
 if test "$enable_shared" = "no"; then  if test "$enable_shared" = "no"; then
     with_noexec=no      with_noexec=no
 else  else
     eval _shrext="$shrext"      eval _shrext="$shrext_cmds"
 fi  fi
 echo "$as_me:$LINENO: checking path to sudo_noexec.so" >&5  echo "$as_me:$LINENO: checking path to sudo_noexec.so" >&5
 echo $ECHO_N "checking path to sudo_noexec.so... $ECHO_C" >&6  echo $ECHO_N "checking path to sudo_noexec.so... $ECHO_C" >&6
Line 14232 
Line 14232 
   
   
   
   
 for ac_func in strchr strrchr memchr memcpy memset sysconf tzset \  for ac_func in strchr strrchr memchr memcpy memset sysconf tzset \
                strftime setrlimit initgroups getgroups fstat gettimeofday \                 strftime setrlimit initgroups getgroups fstat gettimeofday \
                setlocale                 setlocale getaddrinfo
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5  echo "$as_me:$LINENO: checking for $ac_func" >&5
Line 16175 
Line 16176 
 int  int
 main ()  main ()
 {  {
 (void)isblank(1);  return (isblank('a'));
   ;    ;
   return 0;    return 0;
 }  }
Line 17167 
Line 17168 
 int  int
 main ()  main ()
 {  {
 DIR d; (void)&d.dd_fd;  DIR d; memset(&d, 0, sizeof(d)); return(d.dd_fd);
   ;    ;
   return 0;    return 0;
 }  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26