From: Todd C. Miller Date: Tue, 28 Nov 1995 04:17:02 +0000 (+0000) Subject: fixed typos w/ dce stuff X-Git-Tag: SUDO_1_4_0~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17f4339894b403dcee3ab2efef15f6a4fc5bbfa4;p=sudo fixed typos w/ dce stuff --- diff --git a/configure.in b/configure.in index c4958578b..4d8976420 100644 --- a/configure.in +++ b/configure.in @@ -73,7 +73,7 @@ AFS=1 echo 'Configuring for use with AFS') dnl --with-DCE -AC_ARG_WITH(AFS, [ --with-DCE enable DCE support], AC_DEFINE(HAVE_DCE) +AC_ARG_WITH(DCE, [ --with-DCE enable DCE support], AC_DEFINE(HAVE_DCE) DCE=1 echo 'Configuring for use with DCE') @@ -425,7 +425,7 @@ dnl dnl extra DCE lib dnl if test -n "$DCE" ; then - LIBS="${LIBS} -dce" + LIBS="${LIBS} -ldce" LIBOBJS="${LIBOBJS} dce_pwent.o" fi