blob: 89a06a5fd7bc29231ea9bc544ecf3c0a536ae7ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2004/05/16 19:55:24 danw Exp $
--- configure.orig Tue May 11 21:00:22 2004
+++ configure
@@ -18715,7 +18715,7 @@ fi
# See if we have guile
guile_msg='Huh?'
-if test x$withval = xno ; then
+if test x$with_guile = xno ; then
guile_msg='disabled'
GUILE_LIBS=
GUILE_INCS=
|