restore accidently removed 'else'

This commit is contained in:
Mark Andrews 2014-02-16 18:59:37 +11:00
parent 5c66e4954a
commit 7b7ec78862
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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=""

View file

@ -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=""