From: Todd C. Miller Date: Sun, 13 Mar 1994 01:41:10 +0000 (+0000) Subject: now uses ufc if it finds it X-Git-Tag: SUDO_1_3_1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d344d9926054df21bfb908f8f90b73f5ec6ed691;p=sudo now uses ufc if it finds it --- diff --git a/configure.in b/configure.in index cfa6a2447..e9e352556 100644 --- a/configure.in +++ b/configure.in @@ -122,6 +122,7 @@ AC_HAVE_LIBRARY(elf) AC_HAVE_LIBRARY(malloc) AC_HAVE_LIBRARY(shadow) AC_HAVE_LIBRARY(ucb) +AC_HAVE_LIBRARY(ufc) dnl SVR4 (or at least solaris 2.x) has -lucb in /usr/ucblib if test -n "$SVR4"; then echo checking for /usr/ucblib