]> granicus.if.org Git - sudo/commitdiff
unixware needs -lgen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jun 1996 14:23:16 +0000 (14:23 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jun 1996 14:23:16 +0000 (14:23 +0000)
configure.in

index 2553003bd9c904411cdffc064302f394543008a4..2288b48f307f17c8241594f93240cf6af99601d3 100644 (file)
@@ -378,7 +378,7 @@ case "$OS" in
                ;;
     "unix_sv") echo "Looks like UnixWare"
                LIB_SOCKET=1
-               SUDO_LIBS="${SUDO_LIBS} -lsocket"
+               SUDO_LIBS="${SUDO_LIBS} -lsocket -lgen"
 
                if test "$with_C2" != "no"; then
                    with_C2="yes"
@@ -397,7 +397,7 @@ case "$OS" in
                ;;
     "next")    echo "Looks like NeXTstep"
                ;;
-    "bsd/386" | "bsd/os") echo "Looks like bsdi BSD/OS"
+    "bsd/386" | "bsd/os") echo "Looks like BSDi BSD/OS"
                if test "$with_C2" = "yes"; then
                    SHADOW_TYPE="SPW_BSD"
                fi
@@ -409,7 +409,7 @@ case "$OS" in
                    SHADOW_TYPE="SPW_BSD"
                fi
                ;;
-    *"bsd"*)   echo "Looks like some kind of BSD"
+    *"bsd"*)   echo "Looks like some kind of BSD, that's just fine"
                ;;
     "unknown") echo "I don't recognize your OS, but that's ok"
                ;;