From 17f4339894b403dcee3ab2efef15f6a4fc5bbfa4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 28 Nov 1995 04:17:02 +0000 Subject: [PATCH] fixed typos w/ dce stuff --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1