13 lines
533 B
Text
13 lines
533 B
Text
$NetBSD: patch-bb,v 1.1.1.1 2006/07/11 12:56:25 wiz Exp $
|
|
|
|
--- configure.orig 2006-04-01 01:28:08.000000000 -0500
|
|
+++ configure
|
|
@@ -18768,7 +18768,7 @@ gnc_have_guile_www=no
|
|
|
|
echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
|
|
echo $ECHO_N "checking if guile needs our copy of (guile www)... $ECHO_C" >&6
|
|
-if ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
|
|
+if false && ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
|
|
then
|
|
gnc_have_guile_www=yes
|
|
echo "$as_me:$LINENO: result: no" >&5
|