Fixed typo in shell variable name for in_port_t test.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.57
|
||||
# From configure.in Revision: 1.58
|
||||
|
||||
|
||||
|
||||
@@ -2176,7 +2176,7 @@ else
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -rf conftest*
|
||||
echo "$ac_t""no" 1>&6
|
||||
ISC_NET_PORTDEF="#define ISC_NET_NEEDPORTT 1"
|
||||
ISC_NET_NEEDPORTT="#define ISC_NET_NEEDPORTT 1"
|
||||
fi
|
||||
rm -f conftest*
|
||||
|
||||
|
||||
@@ -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.58 $)
|
||||
AC_REVISION($Revision: 1.59 $)
|
||||
|
||||
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_PORTDEF="#define ISC_NET_NEEDPORTT 1"])
|
||||
ISC_NET_NEEDPORTT="#define ISC_NET_NEEDPORTT 1"])
|
||||
AC_SUBST(ISC_NET_NEEDPORTT)
|
||||
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user