fix bad usage of configure (obs from Jose Santos).

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2009-11-11 12:34:58 +00:00
parent 7058b6b35f
commit a3ac75edcc
2 changed files with 4 additions and 2 deletions

4
configure vendored
View File

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

View File

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