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

Diff for /src/usr.bin/sudo/Attic/configure.in between version 1.7 and 1.8

version 1.7, 2002/01/03 03:49:16 version 1.8, 2002/01/08 15:44:25
Line 1 
Line 1 
 dnl  dnl
 dnl Process this file with GNU autoconf to produce a configure script.  dnl Process this file with GNU autoconf to produce a configure script.
 dnl $Sudo: configure.in,v 1.341 2002/01/02 22:36:49 millert Exp $  dnl $Sudo: configure.in,v 1.342 2002/01/07 18:59:47 millert Exp $
 dnl  dnl
 dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>  dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl  dnl
Line 1351 
Line 1351 
                     AC_CHECK_LIB(gen, getspnam, AC_DEFINE(HAVE_GETSPNAM) [SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"])                      AC_CHECK_LIB(gen, getspnam, AC_DEFINE(HAVE_GETSPNAM) [SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"])
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                   test -n "$mansectsu" || mansectsu=1m
                   test -n "$mansectform" || mansectform=4
                   ;;
       m88k-motorola-sysv*)
                   # motorolla's cc (a variant of gcc) does -O but not -O2
                   CFLAGS=`echo $CFLAGS | sed 's/-O2/-O/g'`
                 test -n "$mansectsu" || mansectsu=1m                  test -n "$mansectsu" || mansectsu=1m
                 test -n "$mansectform" || mansectform=4                  test -n "$mansectform" || mansectform=4
                 ;;                  ;;

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