]> granicus.if.org Git - sudo/commitdiff
Add dragonfly
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Jun 2005 18:33:01 +0000 (18:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Jun 2005 18:33:01 +0000 (18:33 +0000)
configure
configure.in

index 14eb4e5437efa8a6ba5604e7edd924ea8f4f36c6..1a471d5733bb9e1815cd9b27024b9661edc55aa8 100755 (executable)
--- 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"
index cedb98856c03e51f27d7f128e26e2bb41e569165..cb763a623c931faa9dd5a3b90d47e0798180c387 100644 (file)
@@ -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"