]> granicus.if.org Git - sudo/commitdiff
fixed typos w/ dce stuff
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Nov 1995 04:17:02 +0000 (04:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Nov 1995 04:17:02 +0000 (04:17 +0000)
configure.in

index c4958578b984533e43a59146c4f44cae4468b883..4d8976420abe7a61b8d5136eae255b60752d998d 100644 (file)
@@ -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