Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
300a2424
Commit
300a2424
authored
Jan 31, 1999
by
Kurt Zeilenga
Browse files
have --enable-dns imply --enable-referrals. If --disable-referrals, error.
parent
ba0c0e02
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
300a2424
This diff is collapsed.
Click to expand it.
configure.in
View file @
300a2424
...
...
@@ -99,11 +99,14 @@ AM_ENABLE_SHARED
dnl General "enable" options
# validate options
if test $ol_enable_referrals = no ; then
if test $ol_enable_dns = yes ; then
AC_MSG_WARN([dns disabled, ignoring --enable-dns argument])
if test $ol_enable_dns = yes ; then
if test $ol_enable_referrals = no ; then
AC_MSG_ERROR([DNS requires --enable-referrals])
fi
if test $ol_enable_referrals = auto ; then
AC_MSG_WARN([DNS requires referrals, adding --enable-referrals])
ol_enable_referrals=yes
fi
ol_enable_dns=no
fi
if test $ol_enable_slapd = no ; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment