=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/sudo/Attic/configure.in 2002/01/03 03:49:16 1.7 --- src/usr.bin/sudo/Attic/configure.in 2002/01/08 15:44:25 1.8 *************** *** 1,6 **** dnl 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 dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller dnl --- 1,6 ---- dnl dnl Process this file with GNU autoconf to produce a configure script. ! dnl $Sudo: configure.in,v 1.342 2002/01/07 18:59:47 millert Exp $ dnl dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller dnl *************** *** 1351,1356 **** --- 1351,1362 ---- AC_CHECK_LIB(gen, getspnam, AC_DEFINE(HAVE_GETSPNAM) [SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"]) CHECKSHADOW="false" 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 "$mansectform" || mansectform=4 ;;