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