summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2007-01-14 02:28:50 +0000
committerKeri Harris <keri@gentoo.org>2007-01-14 02:28:50 +0000
commit65a854c7d10db5097e9292f7d3e0db2fe81f5e49 (patch)
treee2166fb01cd6c80b11dbeb7e566a420743535f62 /dev-lang/qu-prolog/files
parentStable on Alpha. (diff)
downloadhistorical-65a854c7d10db5097e9292f7d3e0db2fe81f5e49.tar.gz
historical-65a854c7d10db5097e9292f7d3e0db2fe81f5e49.tar.bz2
historical-65a854c7d10db5097e9292f7d3e0db2fe81f5e49.zip
Suppress redundant configure checks.
Package-Manager: portage-2.1.2_rc4-r2
Diffstat (limited to 'dev-lang/qu-prolog/files')
-rw-r--r--dev-lang/qu-prolog/files/qu-prolog-7.4-configure.patch44
1 files changed, 20 insertions, 24 deletions
diff --git a/dev-lang/qu-prolog/files/qu-prolog-7.4-configure.patch b/dev-lang/qu-prolog/files/qu-prolog-7.4-configure.patch
index 7a44da479471..f6117e39f5de 100644
--- a/dev-lang/qu-prolog/files/qu-prolog-7.4-configure.patch
+++ b/dev-lang/qu-prolog/files/qu-prolog-7.4-configure.patch
@@ -1,27 +1,6 @@
--- qp7.4.orig/configure 2006-07-27 16:27:35.000000000 +1200
-+++ qp7.4/configure 2006-08-07 21:20:39.000000000 +1200
-@@ -1338,7 +1338,9 @@
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
- enableval="$enable_debug"
-- DEBUGGING=
-+ if test "$enable_debug" != no; then
-+ DEBUGGING="-DDEBUG_BLOCK -DDEBUG_IO -DDEBUG_MT -DDEBUG_RETRY -DDEBUG_SCHED -DDEBUG_TIMEOUT"
-+ fi
- fi;
-
-
-@@ -1355,9 +1357,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 +3368,8 @@
++++ qp7.4/configure 2007-01-14 15:22:03.000000000 +1300
+@@ -3369,6 +3369,8 @@
fi
@@ -30,7 +9,7 @@
# 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 +3546,8 @@
+@@ -3545,6 +3547,8 @@
fi
@@ -39,3 +18,20 @@
GCCINCLUDES=
# Check whether --with-gcclib or --without-gcclib was given.
+@@ -3565,7 +3569,7 @@
+ XQPDEBUG=$QPHOME/src/xqpdebug/xqpdebug
+ fi
+
+-
++if false; then
+
+ if test "$ICM" != NO_ICM; then
+ ###### FIND Tcl/Tk ##########
+@@ -3915,6 +3919,7 @@
+ ######END FIND Tcl/Tk ##########
+ fi
+
++fi
+
+ # Extract the first word of "printf", so it can be a program name with args.
+ set dummy printf; ac_word=$2