Skip to content
GitLab
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
BIND
Commits
ce4e62ff
Commit
ce4e62ff
authored
Oct 02, 1999
by
James Brister
Browse files
Fixed typo in shell variable name for in_port_t test.
parent
35b63cc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
ce4e62ff
#! /bin/sh
# From configure.in Revision: 1.5
7
# From configure.in Revision: 1.5
8
...
...
@@ -2176,7 +2176,7 @@ else
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
echo
"
$ac_t
""no"
1>&6
ISC_NET_PORT
DEF
=
"#define ISC_NET_NEEDPORTT 1"
ISC_NET_
NEED
PORT
T
=
"#define ISC_NET_NEEDPORTT 1"
fi
rm
-f
conftest
*
...
...
configure.in
View file @
ce4e62ff
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.5
8
$)
AC_REVISION($Revision: 1.5
9
$)
AC_PREREQ(2.13)
...
...
@@ -288,7 +288,7 @@ AC_TRY_COMPILE([
[AC_MSG_RESULT(yes)
ISC_NET_NEEDPORTT="#undef ISC_NET_NEEDPORTT"],
[AC_MSG_RESULT(no)
ISC_NET_PORT
DEF
="#define ISC_NET_NEEDPORTT 1"])
ISC_NET_
NEED
PORT
T
="#define ISC_NET_NEEDPORTT 1"])
AC_SUBST(ISC_NET_NEEDPORTT)
dnl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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