From 28258dfccd06d2930b13b865de21571fb0ebe6b8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 30 Aug 1996 00:40:30 +0000 Subject: [PATCH] fixed typo --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 8e4708632..3fa89af21 100644 --- a/configure.in +++ b/configure.in @@ -527,6 +527,7 @@ case "$host" in # configure thinks we have -lsocket and -linet but we don't LIB_INET=1 LIB_SOCKET=1 + ;; *-*-bsdi*) # Use shlicc for BSD/OS 2.x unless asked to do otherwise if test "$OSREV" -ge 2 -a "${with_CC+set}" != set -a \ -- 2.50.1