blob: bd6a95c4ca7402ee0a2772715e73f8539bb0d7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- qp7.4.orig/configure 2006-07-27 16:27:35.000000000 +1200
+++ qp7.4/configure 2006-08-06 20:33:00.000000000 +1200
@@ -1338,7 +1338,7 @@
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then
enableval="$enable_debug"
- DEBUGGING=
+ DEBUGGING="-DDEBUG_BLOCK -DDEBUG_IO -DDEBUG_MT -DDEBUG_RETRY -DDEBUG_SCHED -DDEBUG_TIMEOUT"
fi;
@@ -1355,9 +1355,6 @@
#define MULTIPLE_THREADS 1
_ACEOF
-else
- { echo "$as_me:$LINENO: WARNING: Configuring for single Prolog thread per process" >&5
-echo "$as_me: WARNING: Configuring for single Prolog thread per process" >&2;}
fi
ac_ext=cc
@@ -3369,6 +3366,8 @@
fi
+if false; then
+
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -3545,6 +3544,8 @@
fi
+fi
+
GCCINCLUDES=
# Check whether --with-gcclib or --without-gcclib was given.
|