Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
cadea5ff
Commit
cadea5ff
authored
Aug 21, 2007
by
Shane Kerr
Browse files
autoconf regeneration
parent
1140bba8
Changes
1
Show whitespace changes
Inline
Side-by-side
configure
View file @
cadea5ff
...
...
@@ -1283,7 +1283,7 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-dhcpv6 enable support for DHCPv6 (default is
NO
)
--enable-dhcpv6 enable support for DHCPv6 (default is
yes
)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
...
...
@@ -4302,13 +4302,16 @@ _ACEOF
# Check whether --enable-dhcpv6 was given.
if
test
"
${
enable_dhcpv6
+set
}
"
=
set
;
then
enableval
=
$enable_dhcpv6
;
fi
if
test
"
$enable_dhcpv6
"
!=
"no"
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
#define DHCPv6 1
_ACEOF
fi
# Allow specification of alternate state files
# Check whether --with-srv-lease-file was given.
...
...
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