=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/configure.in,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/sudo/Attic/configure.in 2007/09/05 23:55:57 1.25 --- src/usr.bin/sudo/Attic/configure.in 2007/09/06 11:38:02 1.26 *************** *** 1,6 **** dnl dnl Process this file with GNU autoconf to produce a configure script. ! dnl $Sudo: configure.in,v 1.413.2.21 2007/09/05 22:16:57 millert Exp $ dnl dnl Copyright (c) 1994-1996,1998-2007 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.413.2.22 2007/09/06 11:18:04 millert Exp $ dnl dnl Copyright (c) 1994-1996,1998-2007 Todd C. Miller dnl *************** *** 118,124 **** dnl Other vaiables dnl CHECKSHADOW=true ! CHECKSIA=true shadow_defs= shadow_funcs= shadow_libs= --- 118,124 ---- dnl Other vaiables dnl CHECKSHADOW=true ! CHECKSIA= shadow_defs= shadow_funcs= shadow_libs= *************** *** 1311,1321 **** --- 1311,1323 ---- # ignore envariables wrt dynamic lib path SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-no_library_replacement" + : ${CHECKSIA='true'} AC_MSG_CHECKING(whether to disable sia support on Digital UNIX) AC_ARG_ENABLE(sia, [ --disable-sia Disable SIA on Digital UNIX], [ case "$enableval" in yes) AC_MSG_RESULT(no) + CHECKSIA=true ;; no) AC_MSG_RESULT(yes) CHECKSIA=false