--enable-netinfo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -318,6 +318,14 @@ AC_CHECK_HEADERS([\
|
||||
utmpx.h \
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE(netinfo,
|
||||
[ --enable-netinfo enable netinfo for configuration lookup])
|
||||
|
||||
if test "$ac_cv_header_netinfo_ni_h" = yes -a "$enable_netinfo" = yes; then
|
||||
AC_DEFINE(HAVE_NETINFO, 1,
|
||||
[Define if you want to use Netinfo instead of krb5.conf.])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes)
|
||||
AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_h" = yes)
|
||||
|
||||
|
Reference in New Issue
Block a user