fix bad usage of configure (obs from Jose Santos).
This commit is contained in:
parent
7058b6b35f
commit
a3ac75edcc
4
configure
vendored
4
configure
vendored
@ -3828,7 +3828,9 @@ then
|
||||
$as_echo "#define MAX_WORKERS 1" >>confdefs.h
|
||||
|
||||
else
|
||||
$as_echo "#define MAX_WORKERS \$yap_cv_max_workers" >>confdefs.h
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define MAX_WORKERS $yap_cv_max_workers
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
|
@ -318,7 +318,7 @@ if test "$or-parallelism" = no
|
||||
then
|
||||
AC_DEFINE(MAX_WORKERS,1)
|
||||
else
|
||||
AC_DEFINE(MAX_WORKERS,$yap_cv_max_workers)
|
||||
AC_DEFINE_UNQUOTED(MAX_WORKERS,$yap_cv_max_workers)
|
||||
fi
|
||||
|
||||
if test "$threads" = no
|
||||
|
Reference in New Issue
Block a user