From 1ddff1113007a2e7fdc23859dac7770a5680b34c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 25 Jun 2005 18:33:01 +0000 Subject: [PATCH] Add dragonfly --- configure | 10 ++++++++++ configure.in | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/configure b/configure index 14eb4e543..1a471d573 100755 --- a/configure +++ b/configure @@ -11324,6 +11324,16 @@ done : ${with_logincap='maybe'} : ${with_pam='maybe'} ;; + *-*-dragonfly*) + if test "$with_skey" = "yes"; then + SUDO_LIBS="${SUDO_LIBS} -lmd" + fi + if test "$CHECKSHADOW" = "true"; then + CHECKSHADOW="false" + fi + : ${with_pam='yes'} + : ${with_logincap='yes'} + ;; *-*-*bsd*) if test "$CHECKSHADOW" = "true"; then CHECKSHADOW="false" diff --git a/configure.in b/configure.in index cedb98856..cb763a623 100644 --- a/configure.in +++ b/configure.in @@ -1540,6 +1540,16 @@ case "$host" in dnl future versions of NetBSD (> 2.0) may include pam : ${with_pam='maybe'} ;; + *-*-dragonfly*) + if test "$with_skey" = "yes"; then + SUDO_LIBS="${SUDO_LIBS} -lmd" + fi + if test "$CHECKSHADOW" = "true"; then + CHECKSHADOW="false" + fi + : ${with_pam='yes'} + : ${with_logincap='yes'} + ;; *-*-*bsd*) if test "$CHECKSHADOW" = "true"; then CHECKSHADOW="false" -- 2.50.1