with_dce -> enable_dce. noticed by Ake Sandgren <ake@cs.umu.se>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9024 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-09-05 18:32:10 +00:00
parent f86a252600
commit 6156cf4570

View File

@@ -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