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

Diff for /src/usr.bin/sudo/Attic/aclocal.m4 between version 1.6 and 1.7

version 1.6, 2007/07/26 16:10:15 version 1.7, 2007/08/15 14:22:39
Line 229 
Line 229 
 dnl  dnl
 AC_DEFUN([SUDO_FUNC_ISBLANK],  AC_DEFUN([SUDO_FUNC_ISBLANK],
   [AC_CACHE_CHECK([for isblank], sudo_cv_func_isblank,    [AC_CACHE_CHECK([for isblank], sudo_cv_func_isblank,
     [AC_TRY_LINK([#include <ctype.h>], [(void)isblank(1);],      [AC_TRY_LINK([#include <ctype.h>], [return (isblank('a'));],
     sudo_cv_func_isblank=yes, sudo_cv_func_isblank=no)])      sudo_cv_func_isblank=yes, sudo_cv_func_isblank=no)])
 ] [  ] [
   if test "$sudo_cv_func_isblank" = "yes"; then    if test "$sudo_cv_func_isblank" = "yes"; then

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7