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