From fdad3aa133559589ed91b501af1722898ed539ee Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Tue, 18 Oct 2005 21:12:11 +0000
Subject: [PATCH] cur&paste error

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c6292fc40..28920bd07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,8 +335,8 @@ if test "x$GUILE" != "x"; then
     if test $GUILE_VERSION_MAJOR -lt 1; then
       GUILE=
     else
-      if test $SWIG_VERSION_MINOR -lt 4; then
-	SWIG=
+      if test $GUILE_VERSION_MINOR -lt 4; then
+	GUILE=
       fi
     fi
   fi
-- 
2.40.0