|
|
[ --enable-threads support system threads ], | [ --enable-threads support system threads ], |
threads="$enableval", threads=no) | threads="$enableval", threads=no) |
AC_ARG_ENABLE(pthread-locking, | AC_ARG_ENABLE(pthread-locking, |
[ --pthread-locking use pthread locking primitives for internal locking (requires threads) ], |
[ --enable-pthread-locking use pthread locking primitives for internal locking (requires threads) ], |
pthreadlocking="$enableval", pthreadlocking=no) | pthreadlocking="$enableval", pthreadlocking=no) |
AC_ARG_ENABLE(max-performance, | AC_ARG_ENABLE(max-performance, |
[ --enable-max-performance try using the best flags for specific architecture ], | [ --enable-max-performance try using the best flags for specific architecture ], |
|
|
[ --with-jpl=JAVA_HOME use Java instalation in JAVA_HOME], | [ --with-jpl=JAVA_HOME use Java instalation in JAVA_HOME], |
if test "$withval" = yes; then | if test "$withval" = yes; then |
yap_cv_jpl="$JAVA_HOME" | yap_cv_jpl="$JAVA_HOME" |
dynamic_loading=yes |
|
maxmemory=yes |
|
dnl threads=yes | dnl threads=yes |
elif test "$withval" = no; then | elif test "$withval" = no; then |
yap_cv_jpl=no | yap_cv_jpl=no |