mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
regen
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -30,7 +30,7 @@
|
|||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# From configure.in Revision: 1.295
|
# From configure.in Revision: 1.296
|
||||||
|
|
||||||
# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
|
# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
|
||||||
## Copyright 1996, 1997, 1998, 1999, 2000, 2001
|
## Copyright 1996, 1997, 1998, 1999, 2000, 2001
|
||||||
@@ -2498,11 +2498,11 @@ echo "configure:2497: checking whether to build with thread support" >&5
|
|||||||
case $host in
|
case $host in
|
||||||
*-dec-osf*)
|
*-dec-osf*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
*-solaris-2[0-6])
|
*-solaris2.[0-6])
|
||||||
# Thread signals are broken on Solaris 2.6; they are sometimes
|
# Thread signals are broken on Solaris 2.6; they are sometimes
|
||||||
# delivered to the wrong thread.
|
# delivered to the wrong thread.
|
||||||
use_threads=false ;;
|
use_threads=false ;;
|
||||||
*-solaris-2*)
|
*-solaris*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
*-ibm-aix*)
|
*-ibm-aix*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
|
Reference in New Issue
Block a user