unixware needs -lgen

This commit is contained in:
Todd C. Miller
1996-06-17 14:23:16 +00:00
parent 4edc42a9ad
commit a23fb9c4f2

View File

@@ -378,7 +378,7 @@ case "$OS" in
;; ;;
"unix_sv") echo "Looks like UnixWare" "unix_sv") echo "Looks like UnixWare"
LIB_SOCKET=1 LIB_SOCKET=1
SUDO_LIBS="${SUDO_LIBS} -lsocket" SUDO_LIBS="${SUDO_LIBS} -lsocket -lgen"
if test "$with_C2" != "no"; then if test "$with_C2" != "no"; then
with_C2="yes" with_C2="yes"
@@ -397,7 +397,7 @@ case "$OS" in
;; ;;
"next") echo "Looks like NeXTstep" "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 if test "$with_C2" = "yes"; then
SHADOW_TYPE="SPW_BSD" SHADOW_TYPE="SPW_BSD"
fi fi
@@ -409,7 +409,7 @@ case "$OS" in
SHADOW_TYPE="SPW_BSD" SHADOW_TYPE="SPW_BSD"
fi 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" "unknown") echo "I don't recognize your OS, but that's ok"
;; ;;