e67a4b30ee
m17n patch. This allows to display pages in all kinds of scripts and encodings in a UTF-8 xterm. - Always use the included boehm-gc; problem reported by espie@.
20 lines
547 B
Plaintext
20 lines
547 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2001/03/30 17:19:09 naddy Exp $
|
|
--- configure.orig Fri Mar 30 18:58:53 2001
|
|
+++ configure Fri Mar 30 19:00:23 2001
|
|
@@ -796,6 +796,7 @@ fi
|
|
gclib=''
|
|
gcinclude=''
|
|
gctarget=''
|
|
+if false; then # always use the included gclib for now
|
|
for libdir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib ${HOME}/lib
|
|
do
|
|
if [ -f $libdir/libgc.a -o -f $libdir/libgc.so ] ; then
|
|
@@ -858,6 +859,7 @@ EOF
|
|
gclib="gc/gc.a"
|
|
gctarget=$gclib
|
|
fi
|
|
+fi
|
|
fi
|
|
|
|
if [ -z "$gclib" -o -z "$gcinclude" ]; then
|