mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-14 14:42:22 -04:00
remove extraneous * after specific solaris version in case statements
This commit is contained in:
parent
0e5b408569
commit
4ed66b5ee4
2 changed files with 5 additions and 5 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.294.2.47 .
|
||||
# From configure.in Revision: 1.294.2.48 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
|
|
@ -25805,7 +25805,7 @@ _ACEOF
|
|||
#define PORT_NONBLOCK O_NDELAY
|
||||
_ACEOF
|
||||
;;
|
||||
*-solaris2.[01234]*)
|
||||
*-solaris2.[01234])
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define PORT_NONBLOCK O_NONBLOCK
|
||||
_ACEOF
|
||||
|
|
|
|||
6
lib/bind/configure
vendored
6
lib/bind/configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.83.2.20 .
|
||||
# From configure.in Revision: 1.83.2.21 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
|
|
@ -23113,12 +23113,12 @@ case "$host" in
|
|||
*-sunos4*)
|
||||
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
|
||||
PORT_DIR="port/sunos";;
|
||||
*-solaris2.[01234]*)
|
||||
*-solaris2.[01234])
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
USE_FIONBIO_IOCTL="#define USE_FIONBIO_IOCTL 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
*-solaris2.5*)
|
||||
*-solaris2.5)
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
|
|
|
|||
Loading…
Reference in a new issue