From d2dcea30cbbab148b6c43dd85d825ebaa972a57d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 9 Aug 1999 14:08:19 +0000 Subject: [PATCH] regen --- configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 5305434ba..a38d9be3c 100755 --- a/configure +++ b/configure @@ -6617,28 +6617,28 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then SUDO_LIBS="${SUDO_LIBS} -lcrypt_d"; LIBS="${LIBS} -lcrypt_d" else echo "$ac_t""no" 1>&6 -echo $ac_n "checking for ufc in -lcrypt""... $ac_c" 1>&6 -echo "configure:6622: checking for ufc in -lcrypt" >&5 +echo $ac_n "checking for crypt in -lufc""... $ac_c" 1>&6 +echo "configure:6622: checking for crypt in -lufc" >&5 if test -n ""; then - ac_lib_var=`echo crypt'_'ufc | sed 'y% ./+-%___p_%'` + ac_lib_var=`echo ufc'_'crypt | sed 'y% ./+-%___p_%'` else - ac_lib_var=`echo crypt'_'ufc | sed 'y%./+-%__p_%'` + ac_lib_var=`echo ufc'_'crypt | sed 'y%./+-%__p_%'` fi if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lcrypt $LIBS" +LIBS="-lufc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then