From 6156cf45702d97cf737f0b225463013082559790 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 5 Sep 2000 18:32:10 +0000 Subject: [PATCH] with_dce -> enable_dce. noticed by Ake Sandgren git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9024 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2b3473f44..93bc1079e 100644 --- a/configure.in +++ b/configure.in @@ -167,7 +167,7 @@ AC_ARG_ENABLE(dce, [ --enable-dce if you want support for DCE/DFS PAG's.]) if test "$enable_dce" = yes; then AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.]) fi -AM_CONDITIONAL(DCE, test "$with_dce" = yes) +AM_CONDITIONAL(DCE, test "$enable_dce" = yes) ## XXX quite horrible: if test -f /etc/ibmcxx.cfg; then