blob: def9f5d1a80cdf94a77bd5827d64af6910d4999b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Yap-5.0.1.orig/configure.in 2005-08-24 05:51:45.000000000 +1200
+++ Yap-5.0.1/configure.in 2006-02-12 23:42:48.000000000 +1300
@@ -53,7 +53,7 @@
[ --enable-threads support system threads ],
threads="$enableval", threads=no)
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)
AC_ARG_ENABLE(max-performance,
[ --enable-max-performance try using the best flags for specific architecture ],
@@ -102,8 +102,6 @@
[ --with-jpl=JAVA_HOME use Java instalation in JAVA_HOME],
if test "$withval" = yes; then
yap_cv_jpl="$JAVA_HOME"
- dynamic_loading=yes
- maxmemory=yes
dnl threads=yes
elif test "$withval" = no; then
yap_cv_jpl=no
|