- (bal) Fixed configure test for USE_SIA.
This commit is contained in:
parent
f278613f5e
commit
253effb61d
|
@ -1,3 +1,6 @@
|
|||
20010508
|
||||
- (bal) Fixed configure test for USE_SIA.
|
||||
|
||||
20010506
|
||||
- (djm) Update config.guess and config.sub with latest versions (from
|
||||
ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
|
||||
|
@ -5354,4 +5357,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1204 2001/05/06 18:01:43 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1205 2001/05/07 12:54:26 mouring Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.in,v 1.282 2001/04/26 04:40:28 tim Exp $
|
||||
# $Id: configure.in,v 1.283 2001/05/07 12:54:26 mouring Exp $
|
||||
|
||||
AC_INIT(ssh.c)
|
||||
|
||||
|
@ -237,7 +237,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||
MANTYPE=man
|
||||
;;
|
||||
*-dec-osf*)
|
||||
if test ! -z "USE_SIA" ; then
|
||||
if test ! -z "$USE_SIA" ; then
|
||||
AC_MSG_CHECKING(for Digital Unix Security Integration Architecture)
|
||||
if test -f /etc/sia/matrix.conf; then
|
||||
AC_MSG_RESULT(yes)
|
||||
|
|
Loading…
Reference in New Issue