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:
@@ -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
|
||||
|
Reference in New Issue
Block a user