mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:10:00 -04:00
restore accidently removed 'else'
This commit is contained in:
parent
5c66e4954a
commit
7b7ec78862
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -15330,7 +15330,7 @@ if test "x$ac_cv_func_sysconf" = xyes; then :
|
|||
|
||||
fi
|
||||
|
||||
|
||||
else
|
||||
ISC_PLATFORM_USETHREADS="#undef ISC_PLATFORM_USETHREADS"
|
||||
thread_dir=nothreads
|
||||
THREADOPTOBJS=""
|
||||
|
|
|
|||
|
|
@ -1405,7 +1405,7 @@ then
|
|||
# Look for sysconf to allow detection of the number of processors.
|
||||
#
|
||||
AC_CHECK_FUNC(sysconf, AC_DEFINE(HAVE_SYSCONF),)
|
||||
|
||||
else
|
||||
ISC_PLATFORM_USETHREADS="#undef ISC_PLATFORM_USETHREADS"
|
||||
thread_dir=nothreads
|
||||
THREADOPTOBJS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue